Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit c479ed1

Browse files
committed
Update oauth2 to version 1.3.0, it was breaking in curator
1 parent 53d604a commit c479ed1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ PATH
22
remote: .
33
specs:
44
creatubbles (0.0.1)
5-
oauth2 (>= 1.2.0)
5+
oauth2 (>= 1.3.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
diff-lcs (1.2.5)
11-
faraday (0.9.2)
11+
faraday (0.10.1)
1212
multipart-post (>= 1.2, < 3)
13-
jwt (1.5.4)
13+
jwt (1.5.6)
1414
multi_json (1.12.1)
15-
multi_xml (0.5.5)
15+
multi_xml (0.6.0)
1616
multipart-post (2.0.0)
17-
oauth2 (1.2.0)
18-
faraday (>= 0.8, < 0.10)
17+
oauth2 (1.3.0)
18+
faraday (>= 0.8, < 0.11)
1919
jwt (~> 1.0)
2020
multi_json (~> 1.3)
2121
multi_xml (~> 0.5)

creatubbles.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
1313
s.homepage = 'https://gitub.com/creatubbles/ctb-api-ruby'
1414
s.license = 'MIT'
1515

16-
s.add_dependency('oauth2', '>= 1.2.0')
16+
s.add_dependency('oauth2', '>= 1.3.0')
1717

1818
s.files = `git ls-files`.split("\n")
1919
s.test_files = `git ls-files -- test/*`.split("\n")

0 commit comments

Comments
 (0)