Skip to content

Commit

Permalink
Further downgrade listen to support old ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwestendorf committed May 6, 2016
1 parent 38762d7 commit 09b4311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group :test do
end

group :development, :test do
gem "listen", "3.1.1"
gem "listen", "3.0.7"
gem "guard"
gem "guard-rspec", require: false
gem "rubocop", require: false
Expand Down

0 comments on commit 09b4311

Please sign in to comment.