Skip to content

Commit

Permalink
Unpin ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 25, 2022
1 parent 4a42b40 commit 361118d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
34 changes: 32 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ jobs:
workflows:
ci:
jobs:
- bundle_and_test:
name: ruby3-1_rails7-0
ruby_version: 3.1.2
rails_version: 7.0.3.1
- bundle_and_test:
name: ruby3-0_rails7-0
ruby_version: 3.0.4
rails_version: 7.0.3.1
- bundle_and_test:
name: ruby3-0_rails6-1
ruby_version: 3.0.4
rails_version: 6.1.6.1
- bundle_and_test:
name: ruby2-7_rails6-1
ruby_version: 2.7.5
rails_version: 6.1.6.1
- bundle_and_test:
name: ruby2-7_rails6-0
ruby_version: 2.7.5
Expand Down Expand Up @@ -94,6 +110,22 @@ workflows:
only:
- main
jobs:
- bundle_and_test:
name: ruby3-1_rails7-0
ruby_version: 3.1.2
rails_version: 7.0.3.1
- bundle_and_test:
name: ruby3-0_rails7-0
ruby_version: 3.0.4
rails_version: 7.0.3.1
- bundle_and_test:
name: ruby3-0_rails6-1
ruby_version: 3.0.4
rails_version: 6.1.6.1
- bundle_and_test:
name: ruby2-7_rails6-1
ruby_version: 2.7.5
rails_version: 6.1.6.1
- bundle_and_test:
name: ruby2-7_rails6-0
ruby_version: 2.7.5
Expand Down Expand Up @@ -130,5 +162,3 @@ workflows:
name: ruby2-5_rails5-1
ruby_version: 2.5.9
rails_version: 5.1.7


2 changes: 1 addition & 1 deletion ldp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = spec.description
spec.homepage = "https://github.com/projecthydra/ldp"
spec.license = "APACHE2"
spec.required_ruby_version = '~> 2.0'
spec.required_ruby_version = '>= 2.0'

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 361118d

Please sign in to comment.