Skip to content

Commit

Permalink
Test with latest Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 4, 2024
1 parent ca5ebd5 commit 1acc409
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 @@ -25,7 +25,7 @@ jobs:
- '3.0'
- 'head'
rails:
- rails_7.1.0
- rails_7.1.3
- rails_7.0.8
- rails_6.1.7

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.1.7
7.0.8
7.1.0
7.1.3
].freeze

RAILS_VERSIONS.each do |version|
appraise "rails_#{version}" do
gem 'rails', version
gem 'sprockets-rails' if ['7.0.8', '7.1.0'].include?(version)
gem 'sprockets-rails' if ['7.0.8', '7.1.3'].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.1.0"
gem "rails", "7.1.3"
gem "sprockets-rails"

gemspec path: "../"

0 comments on commit 1acc409

Please sign in to comment.