Skip to content

Commit

Permalink
Merge pull request #332 from jrochkind/rails_6_1
Browse files Browse the repository at this point in the history
allow rails 6.2
  • Loading branch information
elrayle authored Jan 11, 2021
2 parents d23a5ae + 22fbfc5 commit 6ef7587
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
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
workflows:
ci:
jobs:
- bundle_and_test:
name: "ruby2-7_rails6-1"
ruby_version: 2.7.2
rails_version: 6.1.1
- bundle_and_test:
name: "ruby2-7_rails6-0"
ruby_version: 2.7.0
Expand Down
2 changes: 1 addition & 1 deletion qa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency 'geocoder'
s.add_dependency 'ldpath'
s.add_dependency 'nokogiri', '~> 1.6'
s.add_dependency 'rails', '>=5.0', "< 6.1"
s.add_dependency 'rails', '>=5.0', "< 6.2"
s.add_dependency 'rdf'

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

0 comments on commit 6ef7587

Please sign in to comment.