File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- 3.1.0
1
+ 3.3.6
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
3
3
4
- ruby "3.1.0 "
4
+ ruby "3.3.6 "
5
5
6
6
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7
7
gem "rails" , "~> 7.0.4"
Original file line number Diff line number Diff line change 112
112
matrix (0.4.2 )
113
113
method_source (1.0.0 )
114
114
mini_mime (1.1.2 )
115
+ mini_portile2 (2.8.7 )
115
116
minitest (5.16.3 )
116
117
msgpack (1.5.6 )
117
118
net-imap (0.2.3 )
129
130
net-protocol
130
131
timeout
131
132
nio4r (2.5.8 )
132
- nokogiri (1.13.8-x86_64-darwin )
133
+ nokogiri (1.13.8 )
134
+ mini_portile2 (~> 2.8.0 )
133
135
racc (~> 1.4 )
134
136
public_suffix (5.0.0 )
135
137
puma (5.6.5 )
187
189
actionpack (>= 5.2 )
188
190
activesupport (>= 5.2 )
189
191
sprockets (>= 3.0.0 )
190
- sqlite3 (1.5.0-x86_64-darwin )
192
+ sqlite3 (1.5.0 )
193
+ mini_portile2 (~> 2.8.0 )
191
194
stimulus-rails (1.1.0 )
192
195
railties (>= 6.0.0 )
193
196
strscan (3.0.4 )
218
221
219
222
PLATFORMS
220
223
x86_64-darwin-21
224
+ x86_64-linux
221
225
222
226
DEPENDENCIES
223
227
bootsnap
@@ -238,7 +242,7 @@ DEPENDENCIES
238
242
webdrivers
239
243
240
244
RUBY VERSION
241
- ruby 3.1.0p0
245
+ ruby 3.3.6p108
242
246
243
247
BUNDLED WITH
244
248
2.3.3
You can’t perform that action at this time.
0 commit comments