Skip to content

Commit

Permalink
Revert bump of required ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Jan 27, 2023
1 parent c3957a4 commit 3f5a652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active-fedora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = 'A convenience libary for manipulating documents in the Fedora Repository.'
s.description = 'ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.'
s.license = "Apache-2.0"
s.required_ruby_version = '>= 2.6'
s.required_ruby_version = '>= 2.4'

s.add_dependency "activemodel", '>= 5.1'
s.add_dependency "activesupport", '>= 5.1'
Expand Down

0 comments on commit 3f5a652

Please sign in to comment.