Skip to content

Commit

Permalink
Update to Ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Dec 26, 2023
1 parent 84cdd1f commit 6d4f7ed
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby "3.2.2"
ruby "3.3.0"

gem "rake"
gem "json"
Expand Down
62 changes: 29 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
bson (4.15.0)
clockwork (3.0.2)
activesupport
Expand All @@ -29,20 +29,21 @@ GEM
ffi (1.16.3)
get_process_mem (0.2.7)
ffi (~> 1.0)
haml (6.2.3)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.20.0)
mongo (2.19.3)
bson (>= 4.14.1, < 5.0.0)
mongoid (8.1.3)
mongoid (8.1.4)
activemodel (>= 5.1, < 7.2, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
Expand All @@ -54,14 +55,11 @@ GEM
mutex_m (0.2.0)
newrelic_rpm (9.6.0)
base64
nio4r (2.6.1)
nokogiri (1.15.5-arm64-darwin)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand All @@ -84,33 +82,33 @@ GEM
rake (13.1.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.18.0)
redis-client (0.19.1)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
resque (2.6.0)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
rexml (3.2.6)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-lsp (0.3.8)
language_server-protocol (~> 3.17.0)
sorbet-runtime
Expand All @@ -119,10 +117,10 @@ GEM
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sentry-resque (5.13.0)
sentry-resque (5.15.2)
resque (>= 1.24)
sentry-ruby (~> 5.13.0)
sentry-ruby (5.13.0)
sentry-ruby (~> 5.15.2)
sentry-ruby (5.15.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
sinatra (3.1.0)
mustermann (~> 3.0)
Expand All @@ -133,24 +131,24 @@ GEM
sinatra-redis (0.3.0)
redis
sinatra (>= 0.9.4)
sorbet-runtime (0.5.11139)
sorbet-runtime (0.5.11164)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-helpers (1.4.0)
sprockets (>= 2.2)
standard (1.32.0)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.57.2)
rubocop (~> 1.59.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-performance (~> 1.3)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.2.1)
standard-performance (1.3.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
rubocop-performance (~> 1.20.1)
standardrb (1.0.1)
standard
syntax_tree (5.3.0)
Expand All @@ -165,10 +163,8 @@ GEM
unicode-display_width (2.5.0)

PLATFORMS
arm64-darwin-22
x86_64-darwin-19
x86_64-darwin-21
x86_64-linux
arm64-darwin-23
ruby

DEPENDENCIES
clockwork
Expand Down Expand Up @@ -199,7 +195,7 @@ DEPENDENCIES
uglifier

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.3.3
2.5.3

0 comments on commit 6d4f7ed

Please sign in to comment.