Skip to content

Commit

Permalink
Merge e399901 into 276ed2c
Browse files Browse the repository at this point in the history
  • Loading branch information
aldesantis committed Jan 12, 2020
2 parents 276ed2c + e399901 commit f6c2030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ matrix:
env: RAILS_VERSION='~> 5.2.0'
- rvm: 2.6
env: RAILS_VERSION='~> 6.0.0'
- rvm: 2.7
env: RAILS_VERSION='~> 5.2.0'
- rvm: 2.7
env: RAILS_VERSION='~> 6.0.0'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ source 'https://rubygems.org'
# development dependencies will be added by default to the :development group.
gemspec

gem 'rails', ENV.fetch('RAILS_VERSION', '~> 6.0')
gem 'rails', ENV.fetch('RAILS_VERSION', '~> 6.0.0')

0 comments on commit f6c2030

Please sign in to comment.