Skip to content

Commit 01e4e47

Browse files
authored
[ruby] Remove hardcoded Ruby versions from Gemfile and version file (#9052)
Versions are already defined in the dockerfiles.
1 parent 2e25c01 commit 01e4e47

File tree

4 files changed

+77
-85
lines changed

4 files changed

+77
-85
lines changed

frameworks/Ruby/agoo/.ruby-gemset

Lines changed: 0 additions & 1 deletion
This file was deleted.

frameworks/Ruby/agoo/.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

frameworks/Ruby/rails/Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
ruby '~> 3.2'
2-
31
source 'https://rubygems.org'
42

53
gem 'oj', '~> 3.16'
6-
gem 'pg', '1.5.4', group: :postgresql
4+
gem 'pg', '~> 1.5', group: :postgresql
75
gem 'puma', '~> 6.4'
86
gem 'rails', '~> 7.1.3'
97
gem 'redis', '~> 5.0'

frameworks/Ruby/rails/Gemfile.lock

Lines changed: 76 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.3.1)
5-
actionpack (= 7.1.3.1)
6-
activesupport (= 7.1.3.1)
4+
actioncable (7.1.3.3)
5+
actionpack (= 7.1.3.3)
6+
activesupport (= 7.1.3.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.3.1)
11-
actionpack (= 7.1.3.1)
12-
activejob (= 7.1.3.1)
13-
activerecord (= 7.1.3.1)
14-
activestorage (= 7.1.3.1)
15-
activesupport (= 7.1.3.1)
10+
actionmailbox (7.1.3.3)
11+
actionpack (= 7.1.3.3)
12+
activejob (= 7.1.3.3)
13+
activerecord (= 7.1.3.3)
14+
activestorage (= 7.1.3.3)
15+
activesupport (= 7.1.3.3)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.3.1)
21-
actionpack (= 7.1.3.1)
22-
actionview (= 7.1.3.1)
23-
activejob (= 7.1.3.1)
24-
activesupport (= 7.1.3.1)
20+
actionmailer (7.1.3.3)
21+
actionpack (= 7.1.3.3)
22+
actionview (= 7.1.3.3)
23+
activejob (= 7.1.3.3)
24+
activesupport (= 7.1.3.3)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.3.1)
31-
actionview (= 7.1.3.1)
32-
activesupport (= 7.1.3.1)
30+
actionpack (7.1.3.3)
31+
actionview (= 7.1.3.3)
32+
activesupport (= 7.1.3.3)
3333
nokogiri (>= 1.8.5)
3434
racc
3535
rack (>= 2.2.4)
3636
rack-session (>= 1.0.1)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.2)
3939
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.3.1)
41-
actionpack (= 7.1.3.1)
42-
activerecord (= 7.1.3.1)
43-
activestorage (= 7.1.3.1)
44-
activesupport (= 7.1.3.1)
40+
actiontext (7.1.3.3)
41+
actionpack (= 7.1.3.3)
42+
activerecord (= 7.1.3.3)
43+
activestorage (= 7.1.3.3)
44+
activesupport (= 7.1.3.3)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.3.1)
48-
activesupport (= 7.1.3.1)
47+
actionview (7.1.3.3)
48+
activesupport (= 7.1.3.3)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.3.1)
54-
activesupport (= 7.1.3.1)
53+
activejob (7.1.3.3)
54+
activesupport (= 7.1.3.3)
5555
globalid (>= 0.3.6)
56-
activemodel (7.1.3.1)
57-
activesupport (= 7.1.3.1)
58-
activerecord (7.1.3.1)
59-
activemodel (= 7.1.3.1)
60-
activesupport (= 7.1.3.1)
56+
activemodel (7.1.3.3)
57+
activesupport (= 7.1.3.3)
58+
activerecord (7.1.3.3)
59+
activemodel (= 7.1.3.3)
60+
activesupport (= 7.1.3.3)
6161
timeout (>= 0.4.0)
62-
activestorage (7.1.3.1)
63-
actionpack (= 7.1.3.1)
64-
activejob (= 7.1.3.1)
65-
activerecord (= 7.1.3.1)
66-
activesupport (= 7.1.3.1)
62+
activestorage (7.1.3.3)
63+
actionpack (= 7.1.3.3)
64+
activejob (= 7.1.3.3)
65+
activerecord (= 7.1.3.3)
66+
activesupport (= 7.1.3.3)
6767
marcel (~> 1.0)
68-
activesupport (7.1.3.1)
68+
activesupport (7.1.3.3)
6969
base64
7070
bigdecimal
7171
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -76,22 +76,21 @@ GEM
7676
mutex_m
7777
tzinfo (~> 2.0)
7878
base64 (0.2.0)
79-
bigdecimal (3.1.6)
79+
bigdecimal (3.1.8)
8080
builder (3.2.4)
8181
concurrent-ruby (1.2.3)
8282
connection_pool (2.4.1)
8383
crass (1.0.6)
8484
date (3.3.4)
85-
drb (2.2.0)
86-
ruby2_keywords
85+
drb (2.2.1)
8786
erubi (1.12.0)
8887
globalid (1.2.1)
8988
activesupport (>= 6.1)
90-
i18n (1.14.1)
89+
i18n (1.14.5)
9190
concurrent-ruby (~> 1.0)
9291
io-console (0.7.2)
93-
irb (1.11.2)
94-
rdoc
92+
irb (1.13.1)
93+
rdoc (>= 4.0.0)
9594
reline (>= 0.4.2)
9695
loofah (2.22.0)
9796
crass (~> 1.0.2)
@@ -101,95 +100,95 @@ GEM
101100
net-imap
102101
net-pop
103102
net-smtp
104-
marcel (1.0.2)
103+
marcel (1.0.4)
105104
mini_mime (1.1.5)
106105
mini_portile2 (2.8.6)
107-
minitest (5.22.2)
106+
minitest (5.23.1)
108107
mutex_m (0.2.0)
109-
net-imap (0.4.10)
108+
net-imap (0.4.11)
110109
date
111110
net-protocol
112111
net-pop (0.1.2)
113112
net-protocol
114113
net-protocol (0.2.2)
115114
timeout
116-
net-smtp (0.4.0.1)
115+
net-smtp (0.5.0)
117116
net-protocol
118-
nio4r (2.7.0)
117+
nio4r (2.7.3)
119118
nokogiri (1.16.5)
120119
mini_portile2 (~> 2.8.2)
121120
racc (~> 1.4)
122121
nokogiri (1.16.5-arm64-darwin)
123122
racc (~> 1.4)
124123
nokogiri (1.16.5-x86_64-linux)
125124
racc (~> 1.4)
126-
oj (3.16.1)
127-
pg (1.5.4)
125+
oj (3.16.3)
126+
bigdecimal (>= 3.0)
127+
pg (1.5.6)
128128
psych (5.1.2)
129129
stringio
130130
puma (6.4.2)
131131
nio4r (~> 2.0)
132-
racc (1.7.3)
133-
rack (3.0.9.1)
132+
racc (1.8.0)
133+
rack (3.0.11)
134134
rack-session (2.0.0)
135135
rack (>= 3.0.0)
136136
rack-test (2.1.0)
137137
rack (>= 1.3)
138138
rackup (2.1.0)
139139
rack (>= 3)
140140
webrick (~> 1.8)
141-
rails (7.1.3.1)
142-
actioncable (= 7.1.3.1)
143-
actionmailbox (= 7.1.3.1)
144-
actionmailer (= 7.1.3.1)
145-
actionpack (= 7.1.3.1)
146-
actiontext (= 7.1.3.1)
147-
actionview (= 7.1.3.1)
148-
activejob (= 7.1.3.1)
149-
activemodel (= 7.1.3.1)
150-
activerecord (= 7.1.3.1)
151-
activestorage (= 7.1.3.1)
152-
activesupport (= 7.1.3.1)
141+
rails (7.1.3.3)
142+
actioncable (= 7.1.3.3)
143+
actionmailbox (= 7.1.3.3)
144+
actionmailer (= 7.1.3.3)
145+
actionpack (= 7.1.3.3)
146+
actiontext (= 7.1.3.3)
147+
actionview (= 7.1.3.3)
148+
activejob (= 7.1.3.3)
149+
activemodel (= 7.1.3.3)
150+
activerecord (= 7.1.3.3)
151+
activestorage (= 7.1.3.3)
152+
activesupport (= 7.1.3.3)
153153
bundler (>= 1.15.0)
154-
railties (= 7.1.3.1)
154+
railties (= 7.1.3.3)
155155
rails-dom-testing (2.2.0)
156156
activesupport (>= 5.0.0)
157157
minitest
158158
nokogiri (>= 1.6)
159159
rails-html-sanitizer (1.6.0)
160160
loofah (~> 2.21)
161161
nokogiri (~> 1.14)
162-
railties (7.1.3.1)
163-
actionpack (= 7.1.3.1)
164-
activesupport (= 7.1.3.1)
162+
railties (7.1.3.3)
163+
actionpack (= 7.1.3.3)
164+
activesupport (= 7.1.3.3)
165165
irb
166166
rackup (>= 1.0.0)
167167
rake (>= 12.2)
168168
thor (~> 1.0, >= 1.2.2)
169169
zeitwerk (~> 2.6)
170-
rake (13.1.0)
170+
rake (13.2.1)
171171
rdoc (6.6.3.1)
172172
psych (>= 4.0.0)
173-
redis (5.0.7)
174-
redis-client (>= 0.9.0)
175-
redis-client (0.17.0)
173+
redis (5.2.0)
174+
redis-client (>= 0.22.0)
175+
redis-client (0.22.2)
176176
connection_pool
177-
reline (0.4.3)
177+
reline (0.5.7)
178178
io-console (~> 0.5)
179-
ruby2_keywords (0.0.5)
180179
stringio (3.1.0)
181180
thor (1.3.1)
182181
timeout (0.4.1)
183182
trilogy (2.8.1)
184183
tzinfo (2.0.6)
185184
concurrent-ruby (~> 1.0)
186-
tzinfo-data (1.2021.5)
185+
tzinfo-data (1.2024.1)
187186
tzinfo (>= 1.0.0)
188187
webrick (1.8.1)
189188
websocket-driver (0.7.6)
190189
websocket-extensions (>= 0.1.0)
191190
websocket-extensions (0.1.5)
192-
zeitwerk (2.6.13)
191+
zeitwerk (2.6.14)
193192

194193
PLATFORMS
195194
arm64-darwin-20
@@ -198,15 +197,12 @@ PLATFORMS
198197

199198
DEPENDENCIES
200199
oj (~> 3.16)
201-
pg (= 1.5.4)
200+
pg (~> 1.5)
202201
puma (~> 6.4)
203202
rails (~> 7.1.3)
204203
redis (~> 5.0)
205204
trilogy (~> 2.8.1)
206205
tzinfo-data
207206

208-
RUBY VERSION
209-
ruby 3.2.2p53
210-
211207
BUNDLED WITH
212208
2.3.3

0 commit comments

Comments
 (0)