Skip to content

Commit adbcd9a

Browse files
committed
Add support for Rails 7.2
1 parent 61f2c21 commit adbcd9a

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- '3.1'
2525
- 'head'
2626
rails:
27+
- rails_7.2.0
2728
- rails_7.1.3
2829
- rails_7.0.8
2930

Appraisals

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
RAILS_VERSIONS = %w[
44
7.0.8
55
7.1.3
6+
7.2.0
67
].freeze
78

89
RAILS_VERSIONS.each do |version|

gemfiles/rails_7.2.0.gemfile

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
6+
gem "guard-rspec"
7+
gem "pry"
8+
gem "rake"
9+
gem "rspec-rails"
10+
gem "rubocop"
11+
gem "rubocop-rake"
12+
gem "rubocop-rspec"
13+
gem "simplecov"
14+
gem "sqlite3", "~> 1.5.0"
15+
gem "rails", "7.2.0"
16+
17+
gemspec path: "../"

0 commit comments

Comments
 (0)