Skip to content

Commit edbc26d

Browse files
author
Jenks Guo
committed
version bumped due to security update
1 parent 9e5a4d4 commit edbc26d

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

Gemfile.lock

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
PATH
2+
remote: .
3+
specs:
4+
omniauth-xero-oauth2 (0.9.3)
5+
omniauth (~> 1.3)
6+
omniauth-oauth2 (~> 1.5)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
faraday (1.0.1)
12+
multipart-post (>= 1.2, < 3)
13+
hashie (4.1.0)
14+
jwt (2.2.1)
15+
multi_json (1.14.1)
16+
multi_xml (0.6.0)
17+
multipart-post (2.1.1)
18+
oauth2 (1.4.4)
19+
faraday (>= 0.8, < 2.0)
20+
jwt (>= 1.0, < 3.0)
21+
multi_json (~> 1.3)
22+
multi_xml (~> 0.5)
23+
rack (>= 1.2, < 3)
24+
omniauth (1.9.1)
25+
hashie (>= 3.4.6)
26+
rack (>= 1.6.2, < 3)
27+
omniauth-oauth2 (1.6.0)
28+
oauth2 (~> 1.1)
29+
omniauth (~> 1.9)
30+
rack (2.2.3)
31+
rake (13.0.1)
32+
33+
PLATFORMS
34+
ruby
35+
36+
DEPENDENCIES
37+
bundler (>= 1.16)
38+
omniauth-xero-oauth2!
39+
rake (>= 10.0)
40+
41+
BUNDLED WITH
42+
2.0.2

lib/xero-oauth2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module XeroOauth2
3-
VERSION = '0.9.3'
3+
VERSION = '0.9.4'
44
end
55
end

omniauth-xero-oauth2.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Gem::Specification.new do |s|
1212

1313
s.add_dependency 'omniauth', '~>1.3'
1414
s.add_dependency 'omniauth-oauth2', '~>1.5'
15-
s.add_development_dependency 'bundler', '~> 1.16'
16-
s.add_development_dependency 'rake', '~> 10.0'
15+
s.add_development_dependency 'bundler', '>= 1.16'
16+
s.add_development_dependency 'rake', '>= 10.0'
1717
end

0 commit comments

Comments
 (0)