Skip to content

Commit

Permalink
Test on the ruby 2.7 build (#540)
Browse files Browse the repository at this point in the history
Test on the ruby 2.7 build
  • Loading branch information
mjgiarlo committed Jan 13, 2020
2 parents bf02a57 + d5faae0 commit 6036597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -8,7 +8,7 @@ executors:
jobs:
test:
docker:
- image: circleci/ruby:2.5.3-stretch-node
- image: circleci/ruby:2.7.0-node
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -25,6 +25,7 @@ end
gem 'committee' # validates Open API spec (OAS)
gem 'config'
gem 'deprecation'
gem 'dry-schema', '~> 1.4'
gem 'faraday'
gem 'honeybadger'
gem 'jbuilder'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -511,6 +511,7 @@ DEPENDENCIES
dlss-capistrano
dor-services (~> 8.0)
dor-workflow-client (~> 3.14)
dry-schema (~> 1.4)
equivalent-xml
factory_bot_rails
faraday
Expand Down

0 comments on commit 6036597

Please sign in to comment.