Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ruby from 3.3.6 to 3.4.2 #2355

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 3.3
TargetRubyVersion: 3.4
TargetRailsVersion: 8.0
# used so rubocop doesn't edit old migrations, doesn't need to be perfectly up to date
MigratedSchemaVersion: 20241224202900
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.7
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.3.7
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.3.7'
ruby '3.4.2'

gem 'api-pagination'
gem 'apipie-rails'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ GEM
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
get_process_mem (1.0.0)
bigdecimal (>= 2.0)
ffi (~> 1.0)
Expand All @@ -195,19 +195,19 @@ GEM
i18n (>= 0.7)
multi_json
request_store (>= 1.0)
google-protobuf (4.29.2)
google-protobuf (4.29.3)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-aarch64-linux)
google-protobuf (4.29.3-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-arm64-darwin)
google-protobuf (4.29.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-x86_64-darwin)
google-protobuf (4.29.3-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-x86_64-linux)
google-protobuf (4.29.3-x86_64-linux)
bigdecimal
rake (>= 13)
haml (6.3.0)
Expand Down Expand Up @@ -646,7 +646,7 @@ DEPENDENCIES
will_paginate

RUBY VERSION
ruby 3.3.7p123
ruby 3.4.2p28

BUNDLED WITH
2.6.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Dependencies

* [Ruby](https://www.ruby-lang.org/en/) 3.3
* [Ruby](https://www.ruby-lang.org/en/) 3.4
* [Rails](http://rubyonrails.org/) 7.2
* [Redis](https://redis.io/topics/quickstart)
* [PostgreSQL](https://www.postgresql.org/)
Expand Down
Loading