Skip to content

Commit 2cd00fc

Browse files
committed
fix gemfile.lock for ruby 2.7
1 parent bec3a45 commit 2cd00fc

1 file changed

Lines changed: 12 additions & 16 deletions

File tree

Gemfile.lock

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,31 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activesupport (8.1.3.1)
13+
activesupport (7.1.6)
1414
base64
15+
benchmark (>= 0.3)
1516
bigdecimal
16-
concurrent-ruby (~> 1.0, >= 1.3.1)
17+
concurrent-ruby (~> 1.0, >= 1.0.2)
1718
connection_pool (>= 2.2.5)
1819
drb
1920
i18n (>= 1.6, < 2)
20-
json
2121
logger (>= 1.4.2)
2222
minitest (>= 5.1)
23+
mutex_m
2324
securerandom (>= 0.3)
24-
tzinfo (~> 2.0, >= 2.0.5)
25-
uri (>= 0.13.1)
25+
tzinfo (~> 2.0)
2626
ast (2.4.3)
2727
base64 (0.3.0)
28+
benchmark (0.5.0)
2829
bigdecimal (4.1.2)
2930
cgi (0.5.2)
3031
concurrent-ruby (1.3.8)
31-
connection_pool (3.0.2)
32+
connection_pool (2.5.5)
3233
diff-lcs (1.6.2)
3334
drb (2.2.3)
3435
gpgme (2.0.26)
3536
mini_portile2 (~> 2.7)
36-
i18n (1.15.2)
37+
i18n (1.14.8)
3738
concurrent-ruby (~> 1.0)
3839
json (2.21.2)
3940
language_server-protocol (3.17.0.6)
@@ -43,9 +44,8 @@ GEM
4344
mime-types-data (~> 3.2015)
4445
mime-types-data (3.2026.0701)
4546
mini_portile2 (2.8.9)
46-
minitest (6.0.6)
47-
drb (~> 2.0)
48-
prism (~> 1.5)
47+
minitest (5.26.1)
48+
mutex_m (0.3.0)
4949
parallel (1.28.0)
5050
parser (3.3.12.0)
5151
ast (~> 2.4.1)
@@ -102,20 +102,16 @@ GEM
102102
rubocop-performance (>= 1.24)
103103
rubocop-rails (>= 2.30)
104104
ruby-progressbar (1.13.0)
105-
securerandom (0.4.1)
105+
securerandom (0.3.2)
106106
tzinfo (2.0.6)
107107
concurrent-ruby (~> 1.0)
108108
unicode-display_width (3.2.0)
109109
unicode-emoji (~> 4.1)
110110
unicode-emoji (4.2.0)
111-
uri (1.1.1)
112111
webrick (1.8.2)
113112

114113
PLATFORMS
115-
aarch64-linux
116-
arm64-darwin-23
117114
ruby
118-
x86_64-linux
119115

120116
DEPENDENCIES
121117
cgi
@@ -134,4 +130,4 @@ RUBY VERSION
134130
ruby 2.7.4p191
135131

136132
BUNDLED WITH
137-
2.3.27
133+
2.1.4

0 commit comments

Comments
 (0)