Skip to content

Commit

Permalink
Lock listen gem at v3.1.1
Browse files Browse the repository at this point in the history
It looks like the listen gem, a guard dependency, is the failure here
as it has strict ruby version requirements.
```
Installing listen 3.1.3

Gem::InstallError: listen requires Ruby version >= 2.2.3, ~> 2.2.
```
I'm locking listen in at 3.1.1, as that version doesn't have the ruby
version requirements.
  • Loading branch information
danielwestendorf committed May 6, 2016
1 parent 3bcd335 commit 38762d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ group :test do
end

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

0 comments on commit 38762d7

Please sign in to comment.