Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
bump active support
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio Rosa committed Jun 17, 2021
1 parent 12cec2e commit 8fdb99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshotable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.3.0'

s.add_runtime_dependency 'activerecord', '>= 4.1', '< 6.2'
s.add_runtime_dependency 'activesupport', ['>= 4.1', '< 6.1']
s.add_runtime_dependency 'activesupport', ['>= 4.1', '< 6.2']
s.add_runtime_dependency 'hashdiff', '>= 1', '< 2'

s.add_development_dependency 'bundler', '~> 1.17'
Expand Down

0 comments on commit 8fdb99e

Please sign in to comment.