diff --git a/gemfiles/activesupport4.1.gemfile b/gemfiles/activesupport4.1.gemfile index 58b683f..8eae1c9 100644 --- a/gemfiles/activesupport4.1.gemfile +++ b/gemfiles/activesupport4.1.gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gem "activesupport", "~> 4.1.0" gem "actionpack", "~> 4.1.0" -gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby] +gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby] group :development do gem "pry" diff --git a/gemfiles/activesupport4.2.gemfile b/gemfiles/activesupport4.2.gemfile index b0e1df3..e642baf 100644 --- a/gemfiles/activesupport4.2.gemfile +++ b/gemfiles/activesupport4.2.gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gem "activesupport", "~> 4.2.0" gem "actionpack", "~> 4.2.0" -gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby] +gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby] group :development do gem "pry" diff --git a/gemfiles/dalli2.gemfile b/gemfiles/dalli2.gemfile index 3df5b90..0367e1d 100644 --- a/gemfiles/dalli2.gemfile +++ b/gemfiles/dalli2.gemfile @@ -3,9 +3,9 @@ source "https://rubygems.org" gem "dalli", "~> 2.0" -gem "rack", "<= 1.4.7", platforms: [:ruby_20, :ruby_21, :jruby] -gem "activesupport", "<= 3.2.22.2", platforms: [:ruby_20, :ruby_21, :jruby] -gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby] +gem "rack", "<= 1.4.7", platforms: [:ruby_21, :jruby] +gem "activesupport", "<= 3.2.22.2", platforms: [:ruby_21, :jruby] +gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby] group :development do gem "pry"