Skip to content

Commit 2a3bff3

Browse files
committed
Use ruby-saml from the github repository till a new release
1 parent 0d74b3e commit 2a3bff3

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'ruby-saml', '>=0.8.1'
3+
gem 'ruby-saml', :git => 'https://github.com/onelogin/ruby-saml.git'
44

55
gem 'byebug'
66

Gemfile.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/onelogin/ruby-saml.git
3+
revision: 9627684fc6356c5619e542494601576b751dc76a
4+
specs:
5+
ruby-saml (0.8.1)
6+
nokogiri (>= 1.5.0)
7+
uuid (~> 2.3)
8+
19
GEM
210
remote: https://rubygems.org/
311
specs:
@@ -73,9 +81,6 @@ GEM
7381
rake (>= 0.8.7)
7482
thor (>= 0.18.1, < 2.0)
7583
rake (10.4.2)
76-
ruby-saml (0.8.1)
77-
nokogiri (>= 1.5.0)
78-
uuid (~> 2.3)
7984
sass (3.2.19)
8085
sass-rails (4.0.5)
8186
railties (>= 4.0.0, < 5.0)
@@ -113,7 +118,7 @@ DEPENDENCIES
113118
byebug
114119
jbuilder (~> 2.0)
115120
rails (= 4.1.5)
116-
ruby-saml (>= 0.8.1)
121+
ruby-saml!
117122
sass-rails (~> 4.0.3)
118123
spring
119124
sqlite3

0 commit comments

Comments
 (0)