Skip to content

Commit

Permalink
Add support for Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 11, 2024
1 parent f5343f5 commit 93093b2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- '3.1'
- 'head'
rails:
- rails_7.2.0
- rails_7.1.3
- rails_7.0.8

Expand Down
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
RAILS_VERSIONS = %w[
7.0.8
7.1.3
7.2.0
].freeze

RAILS_VERSIONS.each do |version|
Expand Down
21 changes: 21 additions & 0 deletions gemfiles/rails_7.2.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
gem "guard-rspec"
gem "puma"
gem "rake"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-rails"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov"
gem "sqlite3", "~> 1.5.0"
gem "foo", path: "../spec/dummy/engines/foo"
gem "bar", path: "../spec/dummy/engines/bar"
gem "baz", path: "../spec/dummy/engines/baz"
gem "rails", "7.2.0"

gemspec path: "../"

0 comments on commit 93093b2

Please sign in to comment.