diff --git a/Rakefile b/Rakefile index 300ec21..5f7e9e0 100644 --- a/Rakefile +++ b/Rakefile @@ -10,6 +10,7 @@ namespace :test do Rake::TestTask.new(:integration) do |t| t.pattern = "spec/integration/*_spec.rb" + t.warning = false end end diff --git a/gemfiles/activesupport3.2.gemfile b/gemfiles/activesupport3.2.gemfile index 67813b6..682f93a 100644 --- a/gemfiles/activesupport3.2.gemfile +++ b/gemfiles/activesupport3.2.gemfile @@ -4,6 +4,7 @@ source "https://rubygems.org" gem "activesupport", "~> 3.2.0" gem "actionpack", "~> 3.2.0" +gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby] group :development do gem "pry" diff --git a/gemfiles/activesupport4.0.gemfile b/gemfiles/activesupport4.0.gemfile index de2923f..c80a0f4 100644 --- a/gemfiles/activesupport4.0.gemfile +++ b/gemfiles/activesupport4.0.gemfile @@ -4,6 +4,7 @@ source "https://rubygems.org" gem "activesupport", "~> 4.0.0" gem "actionpack", "~> 4.0.0" +gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby] group :development do gem "pry" diff --git a/gemfiles/activesupport4.1.gemfile b/gemfiles/activesupport4.1.gemfile index 891419a..58b683f 100644 --- a/gemfiles/activesupport4.1.gemfile +++ b/gemfiles/activesupport4.1.gemfile @@ -4,6 +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] group :development do gem "pry" diff --git a/gemfiles/activesupport4.2.gemfile b/gemfiles/activesupport4.2.gemfile index 1b122d1..b0e1df3 100644 --- a/gemfiles/activesupport4.2.gemfile +++ b/gemfiles/activesupport4.2.gemfile @@ -4,6 +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] group :development do gem "pry" diff --git a/gemfiles/dalli1.1.gemfile b/gemfiles/dalli1.1.gemfile index eddf5c3..f22d7ab 100644 --- a/gemfiles/dalli1.1.gemfile +++ b/gemfiles/dalli1.1.gemfile @@ -3,6 +3,9 @@ source "https://rubygems.org" gem "dalli", "1.1.5" +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] group :development do gem "pry" diff --git a/gemfiles/dalli2.gemfile b/gemfiles/dalli2.gemfile index 93d097e..3df5b90 100644 --- a/gemfiles/dalli2.gemfile +++ b/gemfiles/dalli2.gemfile @@ -3,6 +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] group :development do gem "pry"