Skip to content

Commit

Permalink
Try 7.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
avonderluft committed Nov 10, 2023
1 parent b2805cd commit 582dbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
rails-version:
- "6.1"
- "7.0"
- "7.1"
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.0'
gem 'rails', '~> 7.1.1'

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

0 comments on commit 582dbd5

Please sign in to comment.