File tree 3 files changed +14
-11
lines changed
3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- omniauth-saml (1.3.1 )
4
+ omniauth-saml (1.4.2 )
5
5
omniauth (~> 1.1 )
6
- ruby-saml (~> 1.0.0 )
6
+ ruby-saml (~> 1.1 , >= 1.1.1 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
11
diff-lcs (1.2.4 )
12
- hashie (3.4.2 )
12
+ hashie (3.4.3 )
13
13
macaddr (1.7.1 )
14
14
systemu (~> 2.6.2 )
15
- mini_portile ( 0.6.2 )
15
+ mini_portile2 ( 2.0.0 )
16
16
multi_json (1.3.7 )
17
- nokogiri (1.6.6.2 )
18
- mini_portile (~> 0.6.0 )
19
- omniauth (1.2.2 )
17
+ nokogiri (1.6.7.1 )
18
+ mini_portile2 (~> 2.0.0.rc2 )
19
+ omniauth (1.3.1 )
20
20
hashie (>= 1.2 , < 4 )
21
- rack (~> 1.0 )
21
+ rack (>= 1.0 , < 3 )
22
22
rack (1.5.2 )
23
23
rack-test (0.6.2 )
24
24
rack (>= 1.0 )
30
30
rspec-expectations (2.14.4 )
31
31
diff-lcs (>= 1.1.3 , < 2.0 )
32
32
rspec-mocks (2.14.4 )
33
- ruby-saml (1.0.0 )
33
+ ruby-saml (1.1.1 )
34
34
nokogiri (>= 1.5.10 )
35
35
uuid (~> 2.3 )
36
36
simplecov (0.7.1 )
@@ -49,3 +49,6 @@ DEPENDENCIES
49
49
rack-test (~> 0.6 )
50
50
rspec (~> 2.8 )
51
51
simplecov (~> 0.6 )
52
+
53
+ BUNDLED WITH
54
+ 1.10.6
Original file line number Diff line number Diff line change 1
1
module OmniAuth
2
2
module SAML
3
- VERSION = '1.4.1 '
3
+ VERSION = '1.4.2 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
12
gem . homepage = 'https://github.com/PracticallyGreen/omniauth-saml'
13
13
14
14
gem . add_runtime_dependency 'omniauth' , '~> 1.1'
15
- gem . add_runtime_dependency 'ruby-saml' , '~> 1.0 '
15
+ gem . add_runtime_dependency 'ruby-saml' , '~> 1.1' , '>= 1.1.1 '
16
16
17
17
gem . add_development_dependency 'rspec' , '~> 2.8'
18
18
gem . add_development_dependency 'simplecov' , '~> 0.6'
You can’t perform that action at this time.
0 commit comments