Skip to content

Commit

Permalink
Update ruby to latest teeny version
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed May 1, 2023
1 parent 776af73 commit a6ccbb8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
docker:
# Use this image rather than the base because we need browsers for
# integration testing.
- image: cimg/ruby:3.0.2-browsers
- image: cimg/ruby:3.0.6-browsers
- image: cimg/postgres:9.6
environment:
POSTGRES_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0.6
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.2
FROM ruby:3.0.6

WORKDIR /root

Expand Down Expand Up @@ -28,6 +28,10 @@ RUN groupadd --gid $USER_GID $USERNAME \

USER $USERNAME

# Use the latest bundler version
RUN gem update --system
RUN gem update bundler

# Install and cache gems
WORKDIR /
COPY Gemfile* /tmp/
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ GEM
rspec-core (>= 2, < 4, != 2.12.0)
rss (0.2.9)
rexml
ruby-prof (1.4.3)
ruby-prof (1.6.3)
ruby-statistics (3.0.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand Down Expand Up @@ -612,4 +612,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.2.25
2.4.12

0 comments on commit a6ccbb8

Please sign in to comment.