File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,8 @@ Style/StderrPuts:
4141Style/StringLiterals :
4242 EnforcedStyle : double_quotes
4343
44+ Style/TrailingCommaInArguments :
45+ EnforcedStyleForMultiline : comma
46+
4447Style/TrailingCommaInLiteral :
45- EnforcedStyleForMultiline : ' comma'
48+ EnforcedStyleForMultiline : comma
Original file line number Diff line number Diff line change 11source "http://rubygems.org"
22
3- gem "rake"
3+ gem "rake" , "~> 10.5"
44
55group :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 ]
910 gem "rack-test"
1011 gem "rest-client" , "~> 1.7.3" , :platforms => %i[ jruby ruby_18 ]
1112 gem "rspec" , "~> 3.2"
12- gem "rubocop" , ">= 0.51" , :platforms => %i[ ruby_19 ruby_20 ruby_21 ruby_22 ]
13+ gem "rubocop" , ">= 0.51" , :platforms => %i[ ruby_19 ruby_20 ruby_21 ruby_22 ruby_23 ruby_24 ]
1314 gem "simplecov" , ">= 0.9"
14- gem "webmock"
15+ gem "webmock" , "~> 1.0"
1516end
1617
1718# Specify your gem's dependencies in omniauth-oauth2.gemspec
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33require "omniauth-oauth2/version"
44
55Gem ::Specification . new do |gem |
6- gem . add_dependency "oauth2" , "~> 1.0 "
6+ gem . add_dependency "oauth2" , "~> 1.1 "
77 gem . add_dependency "omniauth" , "~> 1.2"
88
99 gem . add_development_dependency "bundler" , "~> 1.0"
You can’t perform that action at this time.
0 commit comments