Skip to content
Snippets Groups Projects
Commit ce5908e5 authored by Tom Mason's avatar Tom Mason
Browse files

chore: upgrade ruby gems

parent ef722c77
No related branches found
No related tags found
No related merge requests found
FROM ruby:3.2.1-slim-bullseye
FROM ruby:3.2.2-slim-bullseye
# Bootstrap scripts will also be used by stage 2 (rails-runtime-base-image).
COPY /app/bootstrap*sh /app/
......
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '3.2.1'
ruby '3.2.2'
# Core Gems
gem 'rails', '7.0.4.3'
......
......@@ -73,15 +73,15 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
amazing_print (1.4.0)
amq-protocol (2.3.2)
autoprefixer-rails (10.4.13.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.731.0)
aws-sdk-core (3.170.1)
aws-partitions (1.745.0)
aws-sdk-core (3.171.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
......@@ -176,7 +176,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.1)
......@@ -190,7 +190,7 @@ GEM
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.18.0)
msgpack (1.6.1)
msgpack (1.7.0)
multi_xml (0.6.0)
mysql2 (0.5.5)
net-imap (0.3.4)
......@@ -202,7 +202,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
net_tcp_client (2.2.0)
net_tcp_client (2.2.1)
nexus_cqrs (0.4.8)
generator_spec
ibsciss-middleware
......@@ -222,8 +222,8 @@ GEM
google-protobuf (~> 3.22.0)
net_tcp_client (~> 2.2.0)
rails_semantic_logger (~> 4.10.0)
nio4r (2.5.8)
nokogiri (1.14.2-x86_64-linux)
nio4r (2.5.9)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
pg (1.3.5)
popper_js (1.16.1)
......@@ -290,7 +290,7 @@ GEM
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.4)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (5.1.1)
......@@ -323,7 +323,7 @@ GEM
sprockets-rails
tilt
secure_headers (6.3.3)
semantic_logger (4.12.0)
semantic_logger (4.13.0)
concurrent-ruby (~> 1.0)
serverengine (2.1.1)
sigdump (~> 0.2.2)
......@@ -434,7 +434,7 @@ DEPENDENCIES
webmock (= 3.14.0)
RUBY VERSION
ruby 3.2.1p31
ruby 3.2.2p53
BUNDLED WITH
2.4.9
2.4.12
......@@ -2,11 +2,11 @@
cd "$(dirname "$0")"
set -ex
docker run --rm -it -v "$(pwd)":/app \
-v /usr/local/bundle:/usr/local/bundle ruby:3.2.1-slim-bullseye sh \
-v /usr/local/bundle:/usr/local/bundle ruby:3.2.2-slim-bullseye sh \
-c "apt-get update; \
apt-get install -y cmake build-essential; \
cd /app; \
gem install --default bundler:2.4.7; \
gem install --default bundler:2.4.12; \
gem update --system; \
bundle update --bundler; \
bundle outdated; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment