Skip to content

Commit

Permalink
Bump tester docker container to ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ax committed Dec 23, 2023
1 parent c9303d3 commit 73f6a6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6
FROM ruby:3.0

COPY Gemfile* ./
RUN gem install bundler && bundle install --jobs=3 --retry=3
Expand Down
8 changes: 7 additions & 1 deletion tests/docker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115)
mini_portile2 (2.8.1)
netrc (0.11.0)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
racc (1.6.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -37,8 +42,9 @@ PLATFORMS
ruby

DEPENDENCIES
nokogiri
rest-client
rspec

BUNDLED WITH
1.17.2
2.4.6

0 comments on commit 73f6a6e

Please sign in to comment.