Skip to content

Commit

Permalink
Merge pull request #505 from samvera/release
Browse files Browse the repository at this point in the history
Support ruby 2.7 and drop support for rails 5.1
  • Loading branch information
cjcolvar committed Jan 23, 2020
2 parents 65792a9 + 89ccc5f commit 759c017
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 34 deletions.
40 changes: 7 additions & 33 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,44 +57,18 @@ workflows:
ci:
jobs:
- bundle_and_test:
name: "ruby2-6_rails5.2"
ruby_version: 2.6.3
rails_version: 5.2.3
- bundle_and_test:
name: "ruby2-6_rails5.1"
ruby_version: 2.6.3
rails_version: 5.1.7
name: "ruby2-7_rails5.2"
ruby_version: 2.7.0
rails_version: 5.2.4.1
- 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.4.1
- 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'
rails_version: 5.2.4.1
- 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'
rails_version: 5.2.4.1
2 changes: 1 addition & 1 deletion hydra-head.gemspec
Original file line number Diff line number Diff line change
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 759c017

Please sign in to comment.