Skip to content

Commit 78e2673

Browse files
Update dependency ruby to v3.3.6
1 parent b65a4b1 commit 78e2673

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.3.6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.1.0"
4+
ruby "3.3.6"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "~> 7.0.4"

Gemfile.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ GEM
112112
matrix (0.4.2)
113113
method_source (1.0.0)
114114
mini_mime (1.1.2)
115+
mini_portile2 (2.8.7)
115116
minitest (5.16.3)
116117
msgpack (1.5.6)
117118
net-imap (0.2.3)
@@ -129,7 +130,8 @@ GEM
129130
net-protocol
130131
timeout
131132
nio4r (2.5.8)
132-
nokogiri (1.13.8-x86_64-darwin)
133+
nokogiri (1.13.8)
134+
mini_portile2 (~> 2.8.0)
133135
racc (~> 1.4)
134136
public_suffix (5.0.0)
135137
puma (5.6.5)
@@ -187,7 +189,8 @@ GEM
187189
actionpack (>= 5.2)
188190
activesupport (>= 5.2)
189191
sprockets (>= 3.0.0)
190-
sqlite3 (1.5.0-x86_64-darwin)
192+
sqlite3 (1.5.0)
193+
mini_portile2 (~> 2.8.0)
191194
stimulus-rails (1.1.0)
192195
railties (>= 6.0.0)
193196
strscan (3.0.4)
@@ -218,6 +221,7 @@ GEM
218221

219222
PLATFORMS
220223
x86_64-darwin-21
224+
x86_64-linux
221225

222226
DEPENDENCIES
223227
bootsnap
@@ -238,7 +242,7 @@ DEPENDENCIES
238242
webdrivers
239243

240244
RUBY VERSION
241-
ruby 3.1.0p0
245+
ruby 3.3.6p108
242246

243247
BUNDLED WITH
244248
2.3.3

0 commit comments

Comments
 (0)