Skip to content

Commit f4b6b33

Browse files
committed
Merge pull request #66 from supernova32/master
Update `ruby-saml` to 1.1
2 parents d51c114 + 578a2ab commit f4b6b33

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

Gemfile.lock

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-saml (1.3.1)
4+
omniauth-saml (1.4.2)
55
omniauth (~> 1.1)
6-
ruby-saml (~> 1.0.0)
6+
ruby-saml (~> 1.1, >= 1.1.1)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
1111
diff-lcs (1.2.4)
12-
hashie (3.4.2)
12+
hashie (3.4.3)
1313
macaddr (1.7.1)
1414
systemu (~> 2.6.2)
15-
mini_portile (0.6.2)
15+
mini_portile2 (2.0.0)
1616
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)
2020
hashie (>= 1.2, < 4)
21-
rack (~> 1.0)
21+
rack (>= 1.0, < 3)
2222
rack (1.5.2)
2323
rack-test (0.6.2)
2424
rack (>= 1.0)
@@ -30,7 +30,7 @@ GEM
3030
rspec-expectations (2.14.4)
3131
diff-lcs (>= 1.1.3, < 2.0)
3232
rspec-mocks (2.14.4)
33-
ruby-saml (1.0.0)
33+
ruby-saml (1.1.1)
3434
nokogiri (>= 1.5.10)
3535
uuid (~> 2.3)
3636
simplecov (0.7.1)
@@ -49,3 +49,6 @@ DEPENDENCIES
4949
rack-test (~> 0.6)
5050
rspec (~> 2.8)
5151
simplecov (~> 0.6)
52+
53+
BUNDLED WITH
54+
1.10.6

lib/omniauth-saml/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module SAML
3-
VERSION = '1.4.1'
3+
VERSION = '1.4.2'
44
end
55
end

omniauth-saml.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
1212
gem.homepage = 'https://github.com/PracticallyGreen/omniauth-saml'
1313

1414
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'
1616

1717
gem.add_development_dependency 'rspec', '~> 2.8'
1818
gem.add_development_dependency 'simplecov', '~> 0.6'

0 commit comments

Comments
 (0)