Skip to content

Commit

Permalink
fix: Relax pin on activesupport version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Jun 18, 2024
1 parent f1bcbb8 commit a6de70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openactive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop-rspec"
spec.add_development_dependency "yard"

spec.add_runtime_dependency "activesupport", '~> 6.1'
spec.add_runtime_dependency "activesupport", '=> 6.1'
spec.add_runtime_dependency "typesafe_enum"
end

0 comments on commit a6de70c

Please sign in to comment.