Skip to content
Open
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 @@ -77,7 +77,7 @@ end
group :test do
gem 'database_cleaner', '~> 2.1'
gem 'guard-rspec', require: false
gem 'listen', '~> 3.8'
gem 'listen', '~> 3.10'
gem 'mock_redis'
gem 'rspec'
gem 'rspec-its'
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.15.5)
ffi (1.17.4)
fiber-storage (1.0.1)
flipper (1.3.6)
concurrent-ruby (< 2)
Expand Down Expand Up @@ -289,7 +289,8 @@ GEM
aggregate (~> 0.2.2)
faraday
libv8-node (16.19.0.1)
listen (3.8.0)
listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
Expand Down Expand Up @@ -429,7 +430,7 @@ GEM
ranked-model (0.4.8)
activerecord (>= 4.2)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (7.2.0)
erb
Expand Down Expand Up @@ -608,7 +609,7 @@ DEPENDENCIES
jquery-rails (~> 4.6)
json-schema (~> 6.0)
librato-metrics (~> 2.1.2)
listen (~> 3.8)
listen (~> 3.10)
lograge
mime-types
mini_racer (~> 0.6.3)
Expand Down
Loading