Skip to content

Commit

Permalink
Test with Rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
unixmonkey committed Dec 19, 2021
1 parent 7991877 commit 0ee8175
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
ruby-version: 2.7
- gemfile: "6.1"
ruby-version: 3.0
- gemfile: "7.0"
ruby-version: 3.0

env:
BUNDLE_GEMFILE: /home/runner/work/wicked_pdf/wicked_pdf/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/7.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source 'https://rubygems.org'

gem 'bundler', '~>2'
gem 'mocha', '= 1.3' # newer versions blow up
gem 'rails', '~>7.0.0'
gem 'rdoc'
gem 'sprockets', '~>3.0'
gem 'sqlite3', '~> 1.4'
gem 'rubocop', '1.11.0'

gemspec :path => '../'

0 comments on commit 0ee8175

Please sign in to comment.