Skip to content

Commit

Permalink
Downgraded listen Gem
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Nov 23, 2016
1 parent 72224d3 commit a0a32c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ end

group :development, :test do
# gem 'rack-mini-profiler'
gem 'listen', '~> 3.0.8' # Remove Gem when Ruby is >= 2.2.3
end

group :development, :local_test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,9 @@ GEM
kgio (2.10.0)
launchy (2.4.3)
addressable (~> 2.3)
listen (3.1.5)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.0.3)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
Expand Down Expand Up @@ -381,6 +380,7 @@ DEPENDENCIES
jbuilder (= 2.3.1)
jquery-rails (= 4.0.5)
launchy
listen (~> 3.0.8)
mysql2 (= 0.3.18)
net-ldap (= 0.3.1)
nokogiri (= 1.6.6.2)
Expand Down

0 comments on commit a0a32c4

Please sign in to comment.