Skip to content

Commit

Permalink
Upgrade to Ruby 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipp committed Apr 26, 2024
1 parent 1862940 commit d391b50
Show file tree
Hide file tree
Showing 50 changed files with 78 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.2.3
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.7.5
ruby 3.2.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:2.7.5
FROM ruby:3.2.3
LABEL maintainer="[email protected]"

ENV NODE_VERSION=8.x
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

ruby '2.7.5'
gem 'threatstack-agent-ruby', :source => 'https://pkg.threatstack.com/appsec/ruby/'
ruby '3.2.3'

gem 'rails'
gem 'jquery-rails'
gem 'httparty'
Expand Down
156 changes: 72 additions & 84 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,84 +1,3 @@
GEM
remote: https://pkg.threatstack.com/appsec/ruby/
specs:
Platform (0.4.2)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
builder (3.2.4)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
crass (1.0.6)
date (3.3.4)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mini_mime (1.1.5)
minitest (5.22.3)
multi_xml (0.6.0)
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
network_interface (0.0.2)
racc (1.7.3)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thor (1.3.1)
thread (0.2.2)
threatstack-agent-ruby (0.2.1)
Platform (= 0.4.2)
network_interface (= 0.0.2)
thread (= 0.2.2)
tilt (2.3.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.13)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -136,6 +55,10 @@ GEM
globalid (>= 0.3.6)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
Expand All @@ -160,24 +83,41 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
awesome_print (1.9.2)
base64 (0.2.0)
bigdecimal (3.1.7)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
builder (3.2.4)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
colored (1.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
drb (2.2.1)
dynamic_form (1.3.1)
actionview (> 5.2.0)
activemodel (> 5.2.0)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
Expand All @@ -190,21 +130,41 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
log_buddy (0.7.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
multi_xml (0.6.0)
mutex_m (0.2.0)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.15.6)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
psych (5.1.2)
stringio
racc (1.7.3)
rack (3.0.10)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
Expand All @@ -222,6 +182,10 @@ GEM
activesupport (= 7.1.3.2)
bundler (>= 1.15.0)
railties (= 7.1.3.2)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
Expand All @@ -233,19 +197,44 @@ GEM
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
reline (0.5.3)
io-console (~> 0.5)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringio (3.1.0)
thor (1.3.1)
tilt (2.3.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.8.1)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand All @@ -264,11 +253,10 @@ DEPENDENCIES
nokogiri
rails
sass-rails
threatstack-agent-ruby!
uglifier

RUBY VERSION
ruby 2.7.5p146
ruby 3.2.3p146

BUNDLED WITH
2.4.21
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<footer>
<p>
<small>
© 2013 - 2020 <%= link_to "Spreedly", "https://spreedly.com" %> Corporation. All rights reserved.
© 2013 - 2024 <%= link_to "Spreedly", "https://spreedly.com" %> Corporation. All rights reserved.
</small>
</p>
</footer>
Expand Down
Binary file removed vendor/cache/Platform-0.4.2.gem
Binary file not shown.
Binary file added vendor/cache/actioncable-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/actionmailbox-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/actiontext-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/actionview-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/activejob-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/activeresource-6.1.0.gem
Binary file not shown.
Binary file added vendor/cache/activestorage-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/base64-0.2.0.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.1.7.gem
Binary file not shown.
Binary file added vendor/cache/connection_pool-2.4.1.gem
Binary file not shown.
Binary file added vendor/cache/drb-2.2.1.gem
Binary file not shown.
Binary file added vendor/cache/dynamic_form-1.3.1.gem
Binary file not shown.
Binary file added vendor/cache/httparty-0.21.0.gem
Binary file not shown.
Binary file added vendor/cache/io-console-0.7.2.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.12.0.gem
Binary file not shown.
Binary file added vendor/cache/jquery-rails-4.6.0.gem
Binary file not shown.
Binary file added vendor/cache/listen-3.9.0.gem
Binary file not shown.
Binary file added vendor/cache/marcel-1.0.4.gem
Binary file not shown.
Binary file added vendor/cache/mutex_m-0.2.0.gem
Binary file not shown.
Binary file added vendor/cache/net-imap-0.4.10.gem
Binary file not shown.
Binary file removed vendor/cache/network_interface-0.0.2.gem
Binary file not shown.
Binary file added vendor/cache/nio4r-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.16.4-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/psych-5.1.2.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.0.10.gem
Binary file not shown.
Binary file added vendor/cache/rack-session-2.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rackup-2.1.0.gem
Binary file not shown.
Binary file added vendor/cache/rails-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/rails-html-sanitizer-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/railties-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.6.3.1.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.5.3.gem
Binary file not shown.
Binary file added vendor/cache/stringio-3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/thread-0.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/threatstack-agent-ruby-0.2.1.gem
Binary file not shown.
Binary file added vendor/cache/webrick-1.8.1.gem
Binary file not shown.
Binary file added vendor/cache/websocket-driver-0.7.6.gem
Binary file not shown.
Binary file added vendor/cache/websocket-extensions-0.1.5.gem
Binary file not shown.

0 comments on commit d391b50

Please sign in to comment.