Skip to content

Commit

Permalink
Bump rails and ruby versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
avonderluft committed Aug 14, 2024
1 parent c23acff commit 3819ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- "3.3"
rails-version:
- "6.1"
- "7.0"
- "7.1"
- "7.2"
continue-on-error: [true]
name: ${{ format('Tests (Ruby {0}, Rails {1})', matrix.ruby-version, matrix.rails-version) }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem 'rails', '~> 7.1.3'
gem 'rails', '~> 7.2.0'

group :development, :test do
gem 'autoprefixer-rails', '~> 10.4.16.0'
Expand Down

0 comments on commit 3819ae5

Please sign in to comment.