Skip to content

Commit 34d81c7

Browse files
justin808claude
andcommitted
Update Ruby version from 3.3.4 to 3.4.3
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 79a7efc commit 34d81c7

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.4.3

Gemfile

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

6-
ruby "3.3.4"
6+
ruby "3.4.3"
77

88
gem "react_on_rails", "16.1.1"
99
gem "shakapacker", "9.0.0.beta.8"
@@ -45,11 +45,6 @@ gem "autoprefixer-rails"
4545

4646
gem "awesome_print"
4747

48-
# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
49-
# Related issue: https://github.com/ruby/net-pop/issues/26
50-
# TODO: When Ruby 3.3.4 is released, upgrade Ruby and remove this line
51-
gem "net-pop", github: "ruby/net-pop"
52-
5348
gem "redcarpet"
5449

5550
# jquery as the JavaScript library has been moved under /client and managed by npm.

Gemfile.lock

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
GIT
2-
remote: https://github.com/ruby/net-pop.git
3-
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
4-
specs:
5-
net-pop (0.1.2)
6-
net-protocol
7-
81
GEM
92
remote: https://rubygems.org/
103
specs:
@@ -148,8 +141,6 @@ GEM
148141
factory_bot (~> 6.4)
149142
railties (>= 5.0.0)
150143
ffi (1.17.0)
151-
ffi (1.17.0-arm64-darwin)
152-
ffi (1.17.0-x86_64-linux-gnu)
153144
foreman (0.88.1)
154145
generator_spec (0.10.0)
155146
activesupport (>= 3.0.0)
@@ -195,6 +186,8 @@ GEM
195186
net-imap (0.5.10)
196187
date
197188
net-protocol
189+
net-pop (0.1.2)
190+
net-protocol
198191
net-protocol (0.2.2)
199192
timeout
200193
net-smtp (0.5.1)
@@ -474,7 +467,6 @@ DEPENDENCIES
474467
jbuilder
475468
launchy
476469
listen
477-
net-pop!
478470
pg
479471
pry
480472
pry-byebug
@@ -508,7 +500,7 @@ DEPENDENCIES
508500
web-console
509501

510502
RUBY VERSION
511-
ruby 3.3.4p94
503+
ruby 3.4.3p32
512504

513505
BUNDLED WITH
514506
2.4.17

0 commit comments

Comments
 (0)