Skip to content

Commit

Permalink
Bump activesupport requirement to >= 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jun 13, 2024
1 parent d4fe084 commit 346a2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
eve_online (0.44.0)
activesupport (>= 7.0.0)
activesupport (>= 7.1.0)
faraday (>= 2.3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion eve_online.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "vcr"

spec.add_runtime_dependency "faraday", ">= 2.3.0"
spec.add_runtime_dependency "activesupport", ">= 7.0.0"
spec.add_runtime_dependency "activesupport", ">= 7.1.0"
end

0 comments on commit 346a2a2

Please sign in to comment.