Skip to content

Commit 85baeda

Browse files
authored
Merge pull request #477 from jcoyne/rails-6.1
Test on Rails 6.1.x
2 parents 1d81ba6 + 3bd99a6 commit 85baeda

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- ruby: 2.7
4444
os: ubuntu-latest
4545
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
46+
- ruby: 2.7
47+
os: ubuntu-latest
48+
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
4649
- ruby: 2.7
4750
os: ubuntu-latest
4851
gemfile: Gemfile
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3+
gemspec path: '..'
4+
5+
gem 'actionpack', '~> 6.1.0'
6+
gem 'railties', '~> 6.1.0'
7+
gem 'sprockets', '~> 4.0.0'

0 commit comments

Comments
 (0)