Skip to content

Commit

Permalink
Add rails 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Nov 10, 2024
1 parent 4f71148 commit 50f961d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.1", "3.2", "3.3"]
ruby: ["3.2", "3.3"]
bundler: [default]
gemfile:
- rails-7.1
- rails-7.2
- rails-8.0
include:
- { ruby: "2.5", gemfile: "rails-5.2", bundler: "default" }
- { ruby: "2.6", gemfile: "rails-5.2", bundler: "default" }
Expand Down
2 changes: 1 addition & 1 deletion font-awesome-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = FontAwesome::Rails::VERSION

gem.add_dependency "railties", ">= 3.2", "< 8.0"
gem.add_dependency "railties", ">= 3.2", "< 9.0"

gem.add_development_dependency "activesupport"
gem.add_development_dependency "sassc-rails"
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails-8.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'https://rubygems.org'

gemspec path: "../"
gem "railties", "~> 8.0.0"

0 comments on commit 50f961d

Please sign in to comment.