Skip to content

Commit 51d53a8

Browse files
committed
Fix Rubocop offenses
1 parent 06f71d3 commit 51d53a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source "http://rubygems.org"
33
gem "rake", "~> 10.5"
44

55
group :test do
6+
gem "addressable", "~> 2.3.8", :platforms => %i[jruby ruby_18]
67
gem "coveralls"
78
gem "json", :platforms => %i[jruby ruby_18 ruby_19]
89
gem "mime-types", "~> 1.25", :platforms => %i[jruby ruby_18]
@@ -12,7 +13,6 @@ group :test do
1213
gem "rubocop", ">= 0.51", :platforms => %i[ruby_19 ruby_20 ruby_21 ruby_22 ruby_23 ruby_24]
1314
gem "simplecov", ">= 0.9"
1415
gem "webmock", "~> 1.0"
15-
gem "addressable", "~> 2.3.8", :platforms => [:jruby, :ruby_18]
1616
end
1717

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

0 commit comments

Comments
 (0)