Skip to content

Commit

Permalink
use two digits
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Nov 29, 2024
1 parent c34454f commit fec6d55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- rails_7.0
- rails_7.1
- rails_7.2
- rails_8.0.0rc2
- rails_8.0
include:
- gemfile: rails_5.0
ruby: '2.6'
Expand Down
10 changes: 10 additions & 0 deletions gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source "https://rubygems.org"

gem "rails", "~> 8.0.0"
gem "slim-rails"
gem "haml"
gem "kramdown"

gem 'coveralls', require: false

gemspec :path => ".././"

0 comments on commit fec6d55

Please sign in to comment.