Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump guard from 2.13.0 to 2.17.0 #59

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ group :development do
end

group :test do
gem 'guard', '2.13.0'
gem 'guard', '2.17.0'
gem 'guard-minitest', '2.4.4'
gem 'minitest-reporters', '1.1.14'
gem 'rails-controller-testing', '1.0.2'
Expand Down
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
coderay (1.1.2)
coderay (1.1.3)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
Expand All @@ -77,7 +77,7 @@ GEM
execjs (2.7.0)
faker (1.7.3)
i18n (~> 0.5)
ffi (1.11.1)
ffi (1.15.0)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.40.0)
Expand Down Expand Up @@ -221,10 +221,10 @@ GEM
formatador (0.2.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
guard (2.13.0)
guard (2.17.0)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
Expand Down Expand Up @@ -254,16 +254,18 @@ GEM
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
lumberjack (1.2.8)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
method_source (1.0.0)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.9.4)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
Expand All @@ -279,17 +281,17 @@ GEM
nio4r (2.4.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
optimist (3.0.0)
parallel (1.19.1)
parser (2.7.0.2)
ast (~> 2.4.0)
pg (0.18.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.4.3)
byebug (>= 9.0, < 9.1)
pry (~> 0.10)
Expand Down Expand Up @@ -332,8 +334,8 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbvmomi (2.2.0)
builder (~> 3.0)
Expand Down Expand Up @@ -380,7 +382,7 @@ GEM
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.20.3)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.9)
turbolinks (5.0.1)
Expand Down Expand Up @@ -417,7 +419,7 @@ DEPENDENCIES
coffee-rails (= 4.2.2)
faker (= 1.7.3)
fog (= 1.40.0)
guard (= 2.13.0)
guard (= 2.17.0)
guard-minitest (= 2.4.4)
jbuilder (= 2.7.0)
jquery-rails (= 4.3.1)
Expand Down