Skip to content

Commit

Permalink
Test with latest Rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 2, 2023
1 parent 3ae8951 commit 2fd7754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- '3.0'
- 'head'
rails:
- rails_7.0.4
- rails_7.0.8
- rails_6.1.7
- rails_6.0.6

Expand Down
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
RAILS_VERSIONS = %w[
6.0.6
6.1.7
7.0.4
7.0.8
].freeze

RAILS_VERSIONS.each do |version|
appraise "rails_#{version}" do
gem 'rails', version
gem 'sprockets-rails' if ['7.0.4'].include?(version)
gem 'sprockets-rails' if ['7.0.8'].include?(version)
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", "7.0.4"
gem "rails", "7.0.8"
gem "sprockets-rails"

gemspec path: "../"

0 comments on commit 2fd7754

Please sign in to comment.