Bump guard from 2.15.1 to 2.16.1 (#4784)
This commit is contained in:
parent
930ba30b3a
commit
d1690c9497
2 changed files with 6 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -112,7 +112,7 @@ group :development do
|
|||
gem "fix-db-schema-conflicts", "~> 3.0" # Ensures consistent output of db/schema.rb despite local differences in the database
|
||||
# switch foreman to stable release when thor dependency is updated to 0.20+
|
||||
gem "foreman", github: "thepracticaldev/foreman", ref: "b64e401", require: false # Process manager for applications with multiple components
|
||||
gem "guard", "~> 2.15", require: false # Guard is a command line tool to easily handle events on file system modifications
|
||||
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications
|
||||
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified
|
||||
gem "guard-rspec", "~> 4.7", require: false # Guard::RSpec automatically run your specs
|
||||
gem "memory_profiler", "~> 0.9", require: false # Memory profiling routines for Ruby 2.3+
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -379,7 +379,7 @@ GEM
|
|||
multi_json (~> 1.11)
|
||||
os (>= 0.9, < 2.0)
|
||||
signet (~> 0.12)
|
||||
guard (2.15.1)
|
||||
guard (2.16.1)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 2.7, < 4.0)
|
||||
lumberjack (>= 1.0.12, < 2.0)
|
||||
|
|
@ -464,10 +464,9 @@ GEM
|
|||
addressable (~> 2.0)
|
||||
http (>= 2.0, < 5.0)
|
||||
liquid (4.0.3)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
listen (3.2.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
loofah (2.3.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
|
|
@ -678,7 +677,6 @@ GEM
|
|||
ruby-statistics (2.1.1)
|
||||
ruby-vips (2.0.15)
|
||||
ffi (~> 1.9)
|
||||
ruby_dep (1.5.0)
|
||||
rubyzip (1.3.0)
|
||||
s3_direct_upload (0.1.7)
|
||||
coffee-rails (>= 3.1)
|
||||
|
|
@ -910,7 +908,7 @@ DEPENDENCIES
|
|||
gemoji (~> 3.0.1)
|
||||
gibbon (~> 3.3)
|
||||
google-api-client (~> 0.33)
|
||||
guard (~> 2.15)
|
||||
guard (~> 2.16)
|
||||
guard-livereload (~> 2.5)
|
||||
guard-rspec (~> 4.7)
|
||||
honeycomb-beeline (~> 1.1.1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue