Skip to content

Commit

Permalink
Merge pull request #293 from f1sherman/ruby-2-7-0
Browse files Browse the repository at this point in the history
Upgrade Ruby/Rails and other dependencies
  • Loading branch information
ldlsegovia committed May 24, 2020
2 parents 4d38c45 + 997a618 commit 524cc42
Show file tree
Hide file tree
Showing 35 changed files with 268 additions and 270 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -4,6 +4,7 @@ AllCops:
- "spec/dummy/db/schema.rb"
- "db/schema.rb"
- "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 524cc42

Please sign in to comment.