Skip to content

Commit

Permalink
Make Support for rails 7.1 explicit since 7.2 is there as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Oct 23, 2024
1 parent eacad36 commit 44f688a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- Gemfile
- test/ci/rails61.gemfile
- test/ci/rails70.gemfile
- test/ci/rails71.gemfile
env:
ROOT_BUNDLE_PATH: ${{ github.workspace }}/vendor/bundle
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
Expand Down
11 changes: 11 additions & 0 deletions test/ci/rails71.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source 'https://rubygems.org'

gemspec :path => '../..'

gem 'rails', '~> 7.1.0'

group :test do
gem 'mocha', :require => false
gem 'net-smtp'
gem 'rails-controller-testing'
end

0 comments on commit 44f688a

Please sign in to comment.