Skip to content

Commit

Permalink
Pinning listen gem in order to gruard to work on Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Suszyński Krzysztof committed Jun 22, 2016
1 parent 9575988 commit 1c7f2e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ group :development do
if RUBY_VERSION >= '1.9.0'
gem 'travis', :require => false
gem 'puppet-blacksmith', :require => false
gem 'guard-rake', :require => false
# PINNED: Listen is dependency of Guard, and >= 3.1.x requires Ruby 2.2
gem 'listen', '~> 3.0.8', :require => false
if RUBY_VERSION >= '2.0.0'
gem 'guard-rake', :require => false
gem 'pry-byebug', :require => false
else
gem 'pry-debugger', :require => false
Expand Down

0 comments on commit 1c7f2e0

Please sign in to comment.