Skip to content

Commit 947b09e

Browse files
committed
restrict activesupport to 7.1.3.4
1 parent 3d929e6 commit 947b09e

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
source 'https://rubygems.org'
44

5+
gem 'activesupport', '7.1.3.4' # support ruby 2.7
56
gem 'fakefs', require: 'fakefs/safe'
67
gem 'rake'
78
gem 'rspec'

Gemfile.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.1)
4+
activesupport (7.1.3.4)
55
base64
6-
benchmark (>= 0.3)
76
bigdecimal
8-
concurrent-ruby (~> 1.0, >= 1.3.1)
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
98
connection_pool (>= 2.2.5)
109
drb
1110
i18n (>= 1.6, < 2)
12-
logger (>= 1.4.2)
1311
minitest (>= 5.1)
14-
securerandom (>= 0.3)
15-
tzinfo (~> 2.0, >= 2.0.5)
16-
uri (>= 0.13.1)
12+
mutex_m
13+
tzinfo (~> 2.0)
1714
ast (2.4.2)
1815
base64 (0.2.0)
19-
benchmark (0.4.0)
2016
bigdecimal (3.1.9)
2117
coderay (1.1.3)
2218
concurrent-ruby (1.3.4)
@@ -49,10 +45,10 @@ GEM
4945
listen (3.8.0)
5046
rb-fsevent (~> 0.10, >= 0.10.3)
5147
rb-inotify (~> 0.9, >= 0.9.10)
52-
logger (1.6.4)
5348
lumberjack (1.2.8)
5449
method_source (1.0.0)
5550
minitest (5.25.4)
51+
mutex_m (0.3.0)
5652
nenv (0.3.0)
5753
node_mutation (1.24.4)
5854
node_query (1.16.0)
@@ -91,7 +87,6 @@ GEM
9187
diff-lcs (>= 1.2.0, < 2.0)
9288
rspec-support (~> 3.12.0)
9389
rspec-support (3.12.0)
94-
securerandom (0.4.1)
9590
shellany (0.0.1)
9691
syntax_tree (6.2.0)
9792
prettier_print (>= 1.2.0)
@@ -112,12 +107,12 @@ GEM
112107
thor (1.2.1)
113108
tzinfo (2.0.6)
114109
concurrent-ruby (~> 1.0)
115-
uri (1.0.2)
116110

117111
PLATFORMS
118112
ruby
119113

120114
DEPENDENCIES
115+
activesupport (= 7.1.3.4)
121116
fakefs
122117
guard
123118
guard-bundler

0 commit comments

Comments
 (0)