Skip to content

Commit

Permalink
loosen vcr gem version constraint slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Apr 12, 2016
1 parent b50602d commit 132c910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -51,6 +51,6 @@ end
group :test do
gem 'codeclimate-test-reporter', '~> 0.4', require: false
gem 'coveralls', '~> 0.7', require: false
gem 'vcr', '~> 2.9.3'
gem 'vcr', '~> 2.9'
gem 'webmock', '~> 1.20'
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -345,5 +345,5 @@ DEPENDENCIES
skylight (~> 0.7)
uglifier (~> 2.7, >= 2.7.2)
unicorn (~> 4.8)
vcr (~> 2.9.3)
vcr (~> 2.9)
webmock (~> 1.20)

0 comments on commit 132c910

Please sign in to comment.