Skip to content

Commit

Permalink
Bump ruby to 3.3.6 and gems
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed Nov 25, 2024
1 parent 20cdf4f commit 0065890
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.6
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.0
ruby 3.3.6
nodejs 20.10.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0
FROM ruby:3.3.6

# Install packages
RUN apt-get update && apt-get install -y build-essential nodejs libpq-dev npm fop=1:2.* libsaxon-java libsaxonb-java chromium \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.3.0'
ruby '3.3.6'

gem 'rails', '~> 7.1'
gem 'rails-i18n'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ GEM
rexml
rubyzip (2.3.2)
securerandom (0.3.2)
selenium-webdriver (4.26.0)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -557,7 +557,7 @@ DEPENDENCIES
with_advisory_lock

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.6p108

BUNDLED WITH
2.4.12

0 comments on commit 0065890

Please sign in to comment.