Skip to content

Commit

Permalink
Support ruby 2.7 and drop support for rails 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Jan 17, 2020
1 parent fd42708 commit f09e08a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
34 changes: 4 additions & 30 deletions .circleci/config.yml
Expand Up @@ -57,44 +57,18 @@ workflows:
ci:
jobs:
- bundle_and_test:
name: "ruby2-6_rails5.2"
ruby_version: 2.6.3
name: "ruby2-7_rails5.2"
ruby_version: 2.7.0
rails_version: 5.2.3
- bundle_and_test:
name: "ruby2-6_rails5.1"
ruby_version: 2.6.3
rails_version: 5.1.7
- bundle_and_test:
name: "ruby2-6_rails5.1_AF11"
name: "ruby2-6_rails5.2"
ruby_version: 2.6.3
rails_version: 5.1.7
active_fedora_version: '~>11.5'
solr_config_path: '.internal_test_app/solr/config'
rails_version: 5.2.3
- bundle_and_test:
name: "ruby2-5_rails5.2"
ruby_version: 2.5.5
rails_version: 5.2.3
- bundle_and_test:
name: "ruby2-5_rails5.1"
ruby_version: 2.5.5
rails_version: 5.1.7
- bundle_and_test:
name: "ruby2-5_rails5.1_AF11"
ruby_version: 2.5.5
rails_version: 5.1.7
active_fedora_version: '~>11.5'
solr_config_path: '.internal_test_app/solr/config'
- bundle_and_test:
name: "ruby2-4_rails5.2"
ruby_version: 2.4.6
rails_version: 5.2.3
- bundle_and_test:
name: "ruby2-4_rails5.1"
ruby_version: 2.4.6
rails_version: 5.1.7
- bundle_and_test:
name: "ruby2-4_rails5.1_AF11"
ruby_version: 2.4.6
rails_version: 5.1.7
active_fedora_version: '~>11.5'
solr_config_path: '.internal_test_app/solr/config'
2 changes: 1 addition & 1 deletion hydra-head.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency 'hydra-access-controls', version
s.add_dependency 'hydra-core', version
s.add_dependency 'rails', '>= 5'
s.add_dependency 'rails', '>= 5.2', '< 6.1'

s.add_development_dependency 'coveralls'
s.add_development_dependency 'engine_cart', '~> 2.2'
Expand Down

0 comments on commit f09e08a

Please sign in to comment.