Skip to content

Commit ee0d187

Browse files
committed
Keep activesupport 7.x because of Ruby 3.1 support
1 parent e1636a7 commit ee0d187

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gem 'tempfile'
1919
gem "rdoc"
2020
gem "fileutils"
2121
gem "raap"
22+
gem "activesupport", "~> 7.0"
2223

2324
group :libs do
2425
# Libraries required for stdlib test

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
remote: https://rubygems.org/
1414
specs:
1515
abbrev (0.1.2)
16-
activesupport (8.0.1)
16+
activesupport (7.2.2.1)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,7 +25,6 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28-
uri (>= 0.13.1)
2928
addressable (2.8.7)
3029
public_suffix (>= 2.0.2, < 7.0)
3130
ast (2.4.2)
@@ -159,6 +158,7 @@ PLATFORMS
159158

160159
DEPENDENCIES
161160
abbrev
161+
activesupport (~> 7.0)
162162
base64
163163
benchmark-ips
164164
bigdecimal

0 commit comments

Comments
 (0)