Skip to content

Commit

Permalink
update to ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Aug 26, 2024
1 parent ece432f commit 97cadc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2 AS development
FROM ruby:3.3 AS development

# Check https://rubygems.org/gems/bundler/versions for the latest version.
ARG UNAME=app
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
faraday (~> 2.7.12)
httpx (~> 1.1.5)
rubyzip (~> 2.3.0)
sqlite3 (1.6.9-x86_64-linux)
sqlite3 (1.7.3-x86_64-linux)
standard (1.32.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -189,4 +189,4 @@ DEPENDENCIES
zinzout (~> 0.1)

BUNDLED WITH
2.4.22
2.5.17

0 comments on commit 97cadc2

Please sign in to comment.