Skip to content

Commit ab8026c

Browse files
authored
Merge pull request #111 from omniauth/update-dependencies
Update Rake and WebMock
2 parents 7d023e0 + ac34853 commit ab8026c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "http://rubygems.org"
22

3-
gem "rake", "~> 10.5"
3+
gem "rake", "~> 12.0"
44

55
group :test do
66
gem "addressable", "~> 2.3.8", :platforms => %i[jruby ruby_18]
@@ -12,7 +12,7 @@ group :test do
1212
gem "rspec", "~> 3.2"
1313
gem "rubocop", ">= 0.51", :platforms => %i[ruby_19 ruby_20 ruby_21 ruby_22 ruby_23 ruby_24]
1414
gem "simplecov", ">= 0.9"
15-
gem "webmock", "~> 1.0"
15+
gem "webmock", "~> 3.0"
1616
end
1717

1818
# Specify your gem's dependencies in omniauth-oauth2.gemspec

0 commit comments

Comments
 (0)