Skip to content

Commit

Permalink
Bump ruby-openid from 2.1.8 to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 2, 2021
1 parent a65e8d5 commit 1fd012f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :ldap do
end

group :openid do
gem "ruby-openid", '~> 2.1.4', :require => 'openid'
gem "ruby-openid", '~> 2.8.0', :require => 'openid'
end

# Use the commented pure ruby gems, if you have not the needed prerequisites on
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
rake (>= 0.8.3)
rake (0.9.2.2)
rdoc (6.3.1)
ruby-openid (2.1.8)
ruby-openid (2.8.0)
rubytree (0.5.3)
rubyzip (0.9.6.1)
selenium-webdriver (2.20.0)
Expand Down Expand Up @@ -86,7 +86,7 @@ DEPENDENCIES
pg
rails (= 2.3.14)
rdoc (>= 2.4.2)
ruby-openid (~> 2.1.4)
ruby-openid (~> 2.8.0)
rubytree (~> 0.5.2)
shoulda (~> 2.10.3)
sqlite3
Expand Down

0 comments on commit 1fd012f

Please sign in to comment.