Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Update Gemfile to work with ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zog committed May 9, 2019
1 parent a377f3e commit 1509de1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ gemspec
# gem 'byebug', group: [:development, :test]

group :test do
gem "webmock", "~> 1.22.6"
gem "webmock"
end
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
awesome_print (1.8.0)
bundler-audit (0.6.0)
Expand All @@ -16,11 +16,11 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
hashdiff (0.3.7)
hashdiff (0.3.9)
mini_portile2 (2.3.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
public_suffix (3.0.2)
public_suffix (3.0.3)
rake (12.3.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
Expand All @@ -35,9 +35,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
safe_yaml (1.0.4)
safe_yaml (1.0.5)
thor (0.20.0)
webmock (1.22.6)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand All @@ -52,7 +52,7 @@ DEPENDENCIES
codifligne!
rake
rspec
webmock (~> 1.22.6)
webmock

BUNDLED WITH
1.16.4
1.17.2

0 comments on commit 1509de1

Please sign in to comment.