Skip to content

Commit

Permalink
Update to latest version of bundler, ruby & gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shopiwags committed Oct 2, 2024
1 parent eaa79e4 commit da6f3dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ruby-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,20 @@ jobs:
strategy:
matrix:
version:
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
gemfile:
- gemfiles/rails-6-0.gemfile
- gemfiles/rails-7-0.gemfile
- gemfiles/rails-latest-release.gemfile
- gemfiles/rails-edge.gemfile
exclude:
- version: 2.6
gemfile: gemfiles/rails-edge.gemfile
- version: 2.7
gemfile: gemfiles/rails-edge.gemfile
- version: 3.0
gemfile: gemfiles/rails-edge.gemfile
- version: 3.1
gemfile: gemfiles/rails-edge.gemfile
- version: 3.2
gemfile: gemfiles/rails-6-0.gemfile
gemfile: gemfiles/rails-7-0.gemfile
- version: 3.3
gemfile: gemfiles/rails-7-0.gemfile
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.0
ruby-3.3.5
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ DEPENDENCIES
rails (>= 5.0)

BUNDLED WITH
2.5.3
2.5.20
2 changes: 1 addition & 1 deletion gemfiles/rails-6-0.gemfile → gemfiles/rails-7-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

gemspec path: '..'

gem 'rails', '~> 6.0.0'
gem 'rails', '~> 7.0.0'
gem 'frozen_record', '~> 0.18.0'

0 comments on commit da6f3dc

Please sign in to comment.