Skip to content

Commit

Permalink
Rails6 support
Browse files Browse the repository at this point in the history
With circleci testing
  • Loading branch information
jrochkind committed Nov 25, 2019
1 parent 2d90dda commit 5a954d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -41,6 +41,10 @@ jobs:
workflows:
ci:
jobs:
- bundle_and_test:
name: "ruby2-6_rails6-0"
ruby_version: 2.6.3
rails_version: 6.0.1
- bundle_and_test:
name: "ruby2-6_rails5-2"
ruby_version: 2.6.3
Expand Down
2 changes: 1 addition & 1 deletion qa.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency 'faraday'
s.add_dependency 'ldpath'
s.add_dependency 'nokogiri', '~> 1.6'
s.add_dependency 'rails', '~> 5.0'
s.add_dependency 'rails', '>= 5.0', "< 6.1"
s.add_dependency 'rdf'

# the hyrax style guide is based on `bixby`. see `.rubocop.yml`
Expand Down

0 comments on commit 5a954d9

Please sign in to comment.