Skip to content

Commit

Permalink
Bump Ruby in .ruby-version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Dec 30, 2024
1 parent c45cf9c commit 0ca5511
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ruby-version:
- "3.3"
rails-version:
- "7.1"
- "8.0"
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile
environment: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ruby-version:
- "3.3"
rails-version:
- "7.1"
- "8.0"
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/steep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ruby-version:
- "3.3"
rails-version:
- "7.1"
- "8.0"
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- "8.0"
- "edge"
include:
- ruby-version: "3.4"
- ruby-version: "3.3"
rails-version: "8.0"
code-coverage: true
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
3.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ source "https://rubygems.org"
gemspec

# Ruby typings
gem "steep", "~> 1.9.1", platform: :mri_33
gem "steep", "~> 1.9.3", platform: :mri_33
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "steep", "~> 1.9.1", platform: :mri_33
gem "steep", "~> 1.9.3", platform: :mri_33
gem "railties", "~> 6.1.7"
gem "zeitwerk", "~> 2.6.18"
gem "base64"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.3.0)
simplecov (~> 0.22.0)
standard (~> 1.31)
steep (~> 1.9.1)
steep (~> 1.9.3)
zeitwerk (~> 2.6.18)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "steep", "~> 1.9.1", platform: :mri_33
gem "steep", "~> 1.9.3", platform: :mri_33
gem "railties", "~> 7.0.8"
gem "zeitwerk", "~> 2.6.18"
gem "base64"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.3.0)
simplecov (~> 0.22.0)
standard (~> 1.31)
steep (~> 1.9.1)
steep (~> 1.9.3)
zeitwerk (~> 2.6.18)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "steep", "~> 1.9.1", platform: :mri_33
gem "steep", "~> 1.9.3", platform: :mri_33
gem "railties", "~> 7.1.4"
gem "zeitwerk", "~> 2.6.18"
gem "securerandom", "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ DEPENDENCIES
securerandom (= 0.3.0)
simplecov (~> 0.22.0)
standard (~> 1.31)
steep (~> 1.9.1)
steep (~> 1.9.3)
zeitwerk (~> 2.6.18)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "steep", "~> 1.9.1", platform: :mri_33
gem "steep", "~> 1.9.3", platform: :mri_33
gem "railties", "~> 7.2.1"
gem "zeitwerk", "~> 2.6.18"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.3.0)
simplecov (~> 0.22.0)
standard (~> 1.31)
steep (~> 1.9.1)
steep (~> 1.9.3)
zeitwerk (~> 2.6.18)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "steep", "~> 1.9.1", platform: :mri_33
gem "steep", "~> 1.9.3", platform: :mri_33
gem "railties", "~> 8.0.0.rc1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.3.0)
simplecov (~> 0.22.0)
standard (~> 1.31)
steep (~> 1.9.1)
steep (~> 1.9.3)

BUNDLED WITH
2.5.23
2 changes: 1 addition & 1 deletion gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "steep", "~> 1.9.1", platform: :mri_33
gem "steep", "~> 1.9.3", platform: :mri_33
gem "railties", github: "rails"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_edge.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.3.0)
simplecov (~> 0.22.0)
standard (~> 1.31)
steep (~> 1.9.1)
steep (~> 1.9.3)

BUNDLED WITH
2.5.23

0 comments on commit 0ca5511

Please sign in to comment.