Skip to content

Commit

Permalink
Add CI Gmefiles for Rails 7.2 (7.2.0.rc1)
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Aug 7, 2024
1 parent a4f7f58 commit 4768bbd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
ruby: '3.3'
- gemfile: rails-7.1-propshaft
ruby: '3.3'
- gemfile: rails-7.2
ruby: '3.3'
- gemfile: rails-7.2-propshaft
ruby: '3.3'
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
17 changes: 17 additions & 0 deletions gemfiles/rails-7.2-propshaft.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
source 'https://rubygems.org'

group :test do
gem "rspec-rails"

gem "coveralls_reborn", require: false
gem "capybara"
end

gem "rails", "~> 7.2.0.rc1"
gem "propshaft"
gem "sqlite3", "~> 1.4"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"

gemspec path: "../"
17 changes: 17 additions & 0 deletions gemfiles/rails-7.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
source 'https://rubygems.org'

group :test do
gem "rspec-rails"

gem "coveralls_reborn", require: false
gem "capybara"
end

gem "rails", "~> 7.2.0.rc1"
gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"

gemspec path: "../"

0 comments on commit 4768bbd

Please sign in to comment.