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

Commit

Permalink
Merge pull request #71 from QultureRocks/bump-active-support
Browse files Browse the repository at this point in the history
Bump ActiveSupport
  • Loading branch information
victorfgs authored Jun 21, 2021
2 parents 12cec2e + dec4e37 commit 0155818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
snapshotable (0.3.0)
snapshotable (0.4.0)
activerecord (>= 4.1, < 6.2)
activesupport (>= 4.1, < 6.1)
activesupport (>= 4.1, < 6.2)
hashdiff (>= 1, < 2)

GEM
Expand Down
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 0155818

Please sign in to comment.