diff --git a/Gemfile b/Gemfile index 3a23c2a..e695095 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem 'google-analytics-rails', '~> 0.0.6' group :test do # Easier test writing - gem "shoulda-matchers", '~> 2.6.1' + gem "shoulda-matchers", '~> 2.7.0' # Test coverage gem 'simplecov', require: false diff --git a/Gemfile.lock b/Gemfile.lock index bee2800..165c843 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,7 @@ GEM sdoc (0.4.1) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) simplecov (0.9.0) docile (~> 1.1.0) @@ -302,7 +302,7 @@ DEPENDENCIES rspec-rails (~> 3.1.0) sass-rails (~> 4.0.1) sdoc - shoulda-matchers (~> 2.6.1) + shoulda-matchers (~> 2.7.0) simplecov spring sqlite3 -- libgit2 0.21.2