From 630dc2212dde77b2ef33f904f74b0c216a6c159a Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Fri, 16 Aug 2013 15:25:04 -0600 Subject: [PATCH] Bump shoulda-context to ~>1.1.2 for Rails 4 compat --- Gemfile | 2 +- Gemfile.lock | 4 ++-- gemfiles/3.0.gemfile | 2 +- gemfiles/3.0.gemfile.lock | 4 ++-- gemfiles/3.1.gemfile | 2 +- gemfiles/3.1.gemfile.lock | 4 ++-- gemfiles/3.2.gemfile | 2 +- gemfiles/3.2.gemfile.lock | 4 ++-- gemfiles/4.0.gemfile | 2 +- gemfiles/4.0.gemfile.lock | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index dc2959c1a..df7b1327c 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gemspec # For test Rails application -gem 'shoulda-context', '~> 1.0.0' +gem 'shoulda-context', '~> 1.1.2' gem 'sqlite3', :platform => :ruby # Can't wrap in platform :jruby do...end block because appraisal doesn't support diff --git a/Gemfile.lock b/Gemfile.lock index f77d1a2e4..636a861e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) rspec-mocks (~> 2.13.0) - shoulda-context (1.0.1) + shoulda-context (1.1.4) sprockets (2.2.2) hike (~> 1.2) multi_json (~> 1.0) @@ -137,7 +137,7 @@ DEPENDENCIES rails (~> 3.0) rake (>= 0.9.2) rspec-rails (~> 2.13) - shoulda-context (~> 1.0.0) + shoulda-context (~> 1.1.2) shoulda-matchers! sqlite3 therubyrhino diff --git a/gemfiles/3.0.gemfile b/gemfiles/3.0.gemfile index 5d1ccef1e..fa6ab3ed5 100644 --- a/gemfiles/3.0.gemfile +++ b/gemfiles/3.0.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "shoulda-context", "~> 1.0.0" +gem "shoulda-context", "~> 1.1.2" gem "sqlite3", :platform=>:ruby gem "activerecord-jdbc-adapter", :platform=>:jruby gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby diff --git a/gemfiles/3.0.gemfile.lock b/gemfiles/3.0.gemfile.lock index a36e062fe..ce495e8ec 100644 --- a/gemfiles/3.0.gemfile.lock +++ b/gemfiles/3.0.gemfile.lock @@ -104,7 +104,7 @@ GEM rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) rspec-mocks (~> 2.13.0) - shoulda-context (1.0.2) + shoulda-context (1.1.4) sqlite3 (1.3.7) strong_parameters (0.2.0) actionpack (~> 3.0) @@ -132,7 +132,7 @@ DEPENDENCIES rails (~> 3.0.17) rake (>= 0.9.2) rspec-rails (~> 2.13) - shoulda-context (~> 1.0.0) + shoulda-context (~> 1.1.2) shoulda-matchers! sqlite3 strong_parameters diff --git a/gemfiles/3.1.gemfile b/gemfiles/3.1.gemfile index a34f413ee..39af8c392 100644 --- a/gemfiles/3.1.gemfile +++ b/gemfiles/3.1.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "shoulda-context", "~> 1.0.0" +gem "shoulda-context", "~> 1.1.2" gem "sqlite3", :platform=>:ruby gem "activerecord-jdbc-adapter", :platform=>:jruby gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby diff --git a/gemfiles/3.1.gemfile.lock b/gemfiles/3.1.gemfile.lock index e67ed3c36..810f3d211 100644 --- a/gemfiles/3.1.gemfile.lock +++ b/gemfiles/3.1.gemfile.lock @@ -118,7 +118,7 @@ GEM railties (~> 3.1.0) sass (>= 3.1.10) tilt (~> 1.3.2) - shoulda-context (1.0.2) + shoulda-context (1.1.4) sprockets (2.0.4) hike (~> 1.2) rack (~> 1.0) @@ -153,7 +153,7 @@ DEPENDENCIES rake (>= 0.9.2) rspec-rails (~> 2.13) sass-rails - shoulda-context (~> 1.0.0) + shoulda-context (~> 1.1.2) shoulda-matchers! sqlite3 strong_parameters diff --git a/gemfiles/3.2.gemfile b/gemfiles/3.2.gemfile index 79961c87a..37dbc69ef 100644 --- a/gemfiles/3.2.gemfile +++ b/gemfiles/3.2.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "shoulda-context", "~> 1.0.0" +gem "shoulda-context", "~> 1.1.2" gem "sqlite3", :platform=>:ruby gem "activerecord-jdbc-adapter", :platform=>:jruby gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby diff --git a/gemfiles/3.2.gemfile.lock b/gemfiles/3.2.gemfile.lock index d8b3da370..f54f97f3a 100644 --- a/gemfiles/3.2.gemfile.lock +++ b/gemfiles/3.2.gemfile.lock @@ -115,7 +115,7 @@ GEM railties (~> 3.2.0) sass (>= 3.1.10) tilt (~> 1.3) - shoulda-context (1.0.2) + shoulda-context (1.1.4) sprockets (2.2.2) hike (~> 1.2) multi_json (~> 1.0) @@ -151,7 +151,7 @@ DEPENDENCIES rake (>= 0.9.2) rspec-rails (~> 2.13) sass-rails - shoulda-context (~> 1.0.0) + shoulda-context (~> 1.1.2) shoulda-matchers! sqlite3 strong_parameters diff --git a/gemfiles/4.0.gemfile b/gemfiles/4.0.gemfile index de86479a8..154bfbe39 100644 --- a/gemfiles/4.0.gemfile +++ b/gemfiles/4.0.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "shoulda-context", "~> 1.0.0" +gem "shoulda-context", "~> 1.1.2" gem "sqlite3", :platform=>:ruby gem "activerecord-jdbc-adapter", :platform=>:jruby gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby diff --git a/gemfiles/4.0.gemfile.lock b/gemfiles/4.0.gemfile.lock index 5ec38007d..0b037fd35 100644 --- a/gemfiles/4.0.gemfile.lock +++ b/gemfiles/4.0.gemfile.lock @@ -107,7 +107,7 @@ GEM railties (>= 4.0.0.beta, < 5.0) sass (>= 3.1.10) sprockets-rails (~> 2.0.0) - shoulda-context (1.0.2) + shoulda-context (1.1.4) sprockets (2.10.0) hike (~> 1.2) multi_json (~> 1.0) @@ -146,7 +146,7 @@ DEPENDENCIES rake (>= 0.9.2) rspec-rails (~> 2.13) sass-rails (~> 4.0.0) - shoulda-context (~> 1.0.0) + shoulda-context (~> 1.1.2) shoulda-matchers! sqlite3 therubyrhino