Skip to content

Commit

Permalink
Bump Ruby references to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Throne3d committed Feb 16, 2025
1 parent 041e5f0 commit a8e4381
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.1
3.4.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.4.1
FROM ruby:3.4.2

WORKDIR /code

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'

ruby '3.4.1'
ruby '3.4.2'

gem 'api-pagination'
gem 'apipie-rails'
Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,19 @@ GEM
i18n (>= 0.7)
multi_json
request_store (>= 1.0)
google-protobuf (4.29.3-aarch64-linux)
google-protobuf (4.29.2)
bigdecimal
rake (>= 13)
google-protobuf (4.29.3-arm64-darwin)
google-protobuf (4.29.2-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.29.3-x86_64-darwin)
google-protobuf (4.29.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.3-x86_64-linux)
google-protobuf (4.29.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-x86_64-linux)
bigdecimal
rake (>= 13)
haml (6.3.0)
Expand Down Expand Up @@ -643,7 +646,7 @@ DEPENDENCIES
will_paginate

RUBY VERSION
ruby 3.4.1p0
ruby 3.4.2p28

BUNDLED WITH
2.6.2

0 comments on commit a8e4381

Please sign in to comment.