Skip to content

Commit

Permalink
Test on rails 6.1
Browse files Browse the repository at this point in the history
Co-authored-by: Eliot Jordan <eliotjordan@users.noreply.github.com>
  • Loading branch information
hackartisan and eliotjordan committed Jul 14, 2022
1 parent 21ac424 commit 88527fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ workflows:
version: 2
ci:
jobs:
- bundle_lint_test:
name: bundle_ruby2-7_rails6-1
ruby_version: 2.7.5
rails_version: 6.1.6.1
- bundle_lint_test:
name: bundle_ruby2-7_rails6-0
ruby_version: 2.7.5
Expand Down
4 changes: 2 additions & 2 deletions hydra-editor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "README.md", "History.md"]

s.add_dependency "activerecord", ">= 5.2", "< 6.1"
s.add_dependency "activerecord", ">= 5.2", "< 6.2"
s.add_dependency "active-fedora", ">= 9.0.0"
s.add_dependency "almond-rails", '~> 0.1'
s.add_dependency "cancancan", "~> 1.8"
s.add_dependency "psych", "~> 3.3", "< 4"
s.add_dependency "rails", ">= 5.2", "< 6.1"
s.add_dependency "rails", ">= 5.2", "< 6.2"
s.add_dependency "simple_form", '>= 4.1.0', '< 6.0'
s.add_dependency 'sprockets', '>= 3.7'
s.add_dependency 'sprockets-es6'
Expand Down

0 comments on commit 88527fc

Please sign in to comment.