Skip to content

Commit

Permalink
Update ruby-saml and bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Sep 11, 2024
1 parent 06672c2 commit 55ce25e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
omniauth-suomifi (0.7.0)
omniauth-suomifi (0.8.0)
omniauth-saml (~> 2.1)
ruby-saml (~> 1.16.0)
ruby-saml (~> 1.17)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -63,7 +63,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
ruby-saml (1.16.0)
ruby-saml (1.17.0)
nokogiri (>= 1.13.10)
rexml
simplecov (0.22.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-suomifi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module Suomifi
VERSION = '0.7.0'
VERSION = '0.8.0'
end
end
2 changes: 1 addition & 1 deletion omniauth-suomifi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'omniauth-saml', '~> 2.1'
spec.add_dependency 'ruby-saml', '~> 1.16.0'
spec.add_dependency 'ruby-saml', '~> 1.17'

# Basic development dependencies
spec.add_development_dependency 'rake', '~> 13.1'
Expand Down

0 comments on commit 55ce25e

Please sign in to comment.