Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'tempfile'
gem "rdoc"
gem "fileutils"
gem "raap"
gem "activesupport", "~> 7.0"
gem "activesupport", "~> 8.0"
gem "extconf_compile_commands_json"

group :libs do
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
remote: https://rubygems.org/
specs:
abbrev (0.1.2)
activesupport (7.2.2.1)
activesupport (8.0.2)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -26,11 +26,12 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.0)
benchmark (0.4.1)
benchmark-ips (2.14.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
Expand All @@ -44,6 +45,7 @@ GEM
extconf_compile_commands_json (0.0.7)
ffi (1.17.2)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
fileutils (1.7.3)
goodcheck (3.1.0)
marcel (>= 1.0, < 2.0)
Expand Down Expand Up @@ -73,6 +75,8 @@ GEM
nkf (0.2.0)
nokogiri (1.18.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
ostruct (0.6.1)
parallel (1.27.0)
parser (3.3.8.0)
Expand Down Expand Up @@ -127,7 +131,7 @@ GEM
rubocop-ast (1.44.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-on-rbs (1.7.0)
rubocop-on-rbs (1.8.0)
lint_roller (~> 1.1)
rbs (~> 3.5)
rubocop (>= 1.72.1, < 2.0)
Expand Down Expand Up @@ -176,10 +180,11 @@ GEM

PLATFORMS
arm64-darwin-24
x86_64-linux

DEPENDENCIES
abbrev
activesupport (~> 7.0)
activesupport (~> 8.0)
base64
benchmark-ips
bigdecimal
Expand Down
Loading