Skip to content

Commit

Permalink
Merge pull request #516 from amatsuda/ci
Browse files Browse the repository at this point in the history
CI against Ruby 3.2
  • Loading branch information
amatsuda committed Jan 20, 2023
2 parents 3908b4e + 3097ba9 commit 73e7351
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -45,12 +45,20 @@ jobs:
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
- ruby: 3.1
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-6.0.x"
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
- ruby: 2.7
gemfile: Gemfile
- ruby: '3.0'
gemfile: Gemfile
- ruby: '3.1'
gemfile: Gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: head
gemfile: Gemfile

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,5 +4,5 @@ gemspec

gem 'actionpack', github: 'rails/rails', branch: 'main'
gem 'railties', github: 'rails/rails', branch: 'main'
gem 'rack', github: 'rack/rack', branch: 'master', ref: "e84bb296d1a16b32159608596f1f5a23b2016633"
gem 'rack', '~> 2.2'
gem 'sprockets', github: 'rails/sprockets', branch: '3.x'

0 comments on commit 73e7351

Please sign in to comment.