Skip to content

Commit

Permalink
Upgrade Ruby/Rails and other dependencies
Browse files Browse the repository at this point in the history
I started out just trying to get specs passing on Ruby 2.7.0, but ended
up also upgrading several gems (including Rails) as well.
  • Loading branch information
f1sherman committed Feb 16, 2020
1 parent 37bcaf5 commit f51e94f
Show file tree
Hide file tree
Showing 33 changed files with 276 additions and 268 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -3,6 +3,7 @@ AllCops:
- "vendor/**/*"
- "db/**/*"
- "bin/**/*"
- "spec/dummy/db/schema.rb"
DisplayCopNames: false
TargetRubyVersion: 2.5
Rails:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.3
2.7.0
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,15 +1,16 @@
language: ruby
sudo: false
rvm:
- 2.3.3
- 2.5.0
- 2.5.7
- 2.6.5
- 2.7.0
script:
- cd spec/dummy && RAILS_ENV=test bundle exec rake db:create db:migrate
- cd ../.. && bundle exec rspec spec
addons:
chrome: stable
before_install:
- gem install bundler:1.16.5
- gem install bundler:1.17.2
- google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &
env:
- CHROME_PATH=/usr/bin/google-chrome-stable
Expand Down

0 comments on commit f51e94f

Please sign in to comment.