Skip to content

Commit

Permalink
Add explicit dependency to activesupport >= 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Dec 18, 2024
1 parent e1636a7 commit db8d771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gem 'tempfile'
gem "rdoc"
gem "fileutils"
gem "raap"
gem "activesupport", ">= 8.0"

group :libs do
# Libraries required for stdlib test
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ PLATFORMS

DEPENDENCIES
abbrev
activesupport (>= 8.0)
base64
benchmark-ips
bigdecimal
Expand Down

0 comments on commit db8d771

Please sign in to comment.