Skip to content

Commit

Permalink
AO3-6884 Update to Ruby 3.2 (#5053)
Browse files Browse the repository at this point in the history
* AO3-6884 Update to Ruby 3.2

* Update parser gem
  • Loading branch information
brianjaustin authored Feb 8, 2025
1 parent 671cdb9 commit d5cdd45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.1.4
ruby-3.2.7
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.1.4", "< 3.3"
ruby "~> 3.2.7"

gem 'test-unit', '~> 3.2'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.25.1)
parser (3.3.0.5)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
permit_yo (2.1.3)
Expand Down Expand Up @@ -752,7 +752,7 @@ DEPENDENCIES
will_paginate (>= 3.0.2)

RUBY VERSION
ruby 3.1.4p223
ruby 3.2.7p253

BUNDLED WITH
2.5.6
2.6.3
4 changes: 2 additions & 2 deletions config/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.4
FROM ruby:3.2.7

# Install additional packages
RUN apt-get update && \
Expand All @@ -17,7 +17,7 @@ VOLUME /otwa
# Install ruby packages
COPY Gemfile .
COPY Gemfile.lock .
RUN gem install bundler -v 2.5.6 && bundle install
RUN gem install bundler -v 2.6.3 && bundle install

# Default command to run in a new container
EXPOSE 3000
Expand Down

0 comments on commit d5cdd45

Please sign in to comment.