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:
41
41
Style/StringLiterals :
42
42
EnforcedStyle : double_quotes
43
43
44
+ Style/TrailingCommaInArguments :
45
+ EnforcedStyleForMultiline : comma
46
+
44
47
Style/TrailingCommaInLiteral :
45
- EnforcedStyleForMultiline : ' comma'
48
+ EnforcedStyleForMultiline : comma
Original file line number Diff line number Diff line change 1
1
source "http://rubygems.org"
2
2
3
- gem "rake"
3
+ gem "rake" , "~> 10.5"
4
4
5
5
group :test do
6
+ gem "addressable" , "~> 2.3.8" , :platforms => %i[ jruby ruby_18 ]
6
7
gem "coveralls"
7
8
gem "json" , :platforms => %i[ jruby ruby_18 ruby_19 ]
8
9
gem "mime-types" , "~> 1.25" , :platforms => %i[ jruby ruby_18 ]
9
10
gem "rack-test"
10
11
gem "rest-client" , "~> 1.7.3" , :platforms => %i[ jruby ruby_18 ]
11
12
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 ]
13
14
gem "simplecov" , ">= 0.9"
14
- gem "webmock"
15
+ gem "webmock" , "~> 1.0"
15
16
end
16
17
17
18
# 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)
3
3
require "omniauth-oauth2/version"
4
4
5
5
Gem ::Specification . new do |gem |
6
- gem . add_dependency "oauth2" , "~> 1.0 "
6
+ gem . add_dependency "oauth2" , "~> 1.1 "
7
7
gem . add_dependency "omniauth" , "~> 1.2"
8
8
9
9
gem . add_development_dependency "bundler" , "~> 1.0"
You can’t perform that action at this time.
0 commit comments