Skip to content

Commit

Permalink
Update ruby version testing matrix
Browse files Browse the repository at this point in the history
Add ruby 2.7.1 and update patch releases for existing rubies.
  • Loading branch information
pixeltrix committed Sep 12, 2020
1 parent 5a314bd commit b904be7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tmp
gemfiles/.bundle
gemfiles/*.lock
Gemfile.lock
.ruby-version
Expand Down
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ language: ruby
cache: bundler

before_install:
- "gem update --system 2.7.9"
- "gem install bundler -v '<2'"

rvm:
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.2
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
- ruby-head

gemfile:
Expand All @@ -23,17 +23,23 @@ gemfile:

matrix:
exclude:
- rvm: 2.7.1
gemfile: gemfiles/rails_5_0.gemfile
- rvm: 2.7.1
gemfile: gemfiles/rails_5_1.gemfile
- rvm: 2.7.1
gemfile: gemfiles/rails_5_2.gemfile
- rvm: 2.2.10
gemfile: gemfiles/rails_6_0.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_6_0.gemfile
- rvm: 2.4.6
- rvm: 2.4.10
gemfile: gemfiles/rails_6_0.gemfile
- rvm: 2.2.10
gemfile: gemfiles/rails_head.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_head.gemfile
- rvm: 2.4.6
- rvm: 2.4.10
gemfile: gemfiles/rails_head.gemfile
allow_failures:
- rvm: ruby-head
Expand Down
4 changes: 1 addition & 3 deletions gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

gem "rake"
gem "mocha", require: false
gem "appraisal"
gem "rails", "~> 5.2", github: 'rails/rails', branch: '5-2-stable'
gem "rails", "~> 5.2.0"

gemspec path: "../"

0 comments on commit b904be7

Please sign in to comment.