Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
saml_idp (0.24.1.pre.18f)
activesupport (~> 7.2.3)
saml_idp (0.24.2.pre.18f)
activesupport (>= 7.2.3)
builder
faraday (>= 2.14.1)
nokogiri (>= 1.19.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/saml_idp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SamlIdp
VERSION = '0.24.1-18f'.freeze
VERSION = '0.24.2-18f'.freeze
end
2 changes: 1 addition & 1 deletion saml_idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 3.3.4'

s.add_dependency('activesupport', '~> 7.2.3')

@h-m-m h-m-m Jun 23, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would setting this to >= 7.2.3 also solve the conflict?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, can do that instead.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated in ab9e0ea

s.add_dependency('activesupport', '>= 7.2.3')
s.add_dependency('builder')
s.add_dependency('faraday', '>= 2.14.1')
s.add_dependency('nokogiri', '>= 1.19.4')
Expand Down
Loading