File tree Expand file tree Collapse file tree 3 files changed +45
-3
lines changed Expand file tree Collapse file tree 3 files changed +45
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
module OmniAuth
2
2
module XeroOauth2
3
- VERSION = '0.9.3 '
3
+ VERSION = '0.9.4 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
12
12
13
13
s . add_dependency 'omniauth' , '~>1.3'
14
14
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'
17
17
end
You can’t perform that action at this time.
0 commit comments