Skip to content

Commit

Permalink
Merge pull request #36 from brodyhoskins/dependabot/bundler/activesup…
Browse files Browse the repository at this point in the history
…port-gte-6.0.0-and-lt-8.1

Build(deps): Update activesupport requirement from >= 6.0.0, < 7.3 to >= 6.0.0, < 8.1
  • Loading branch information
brodyhoskins authored Nov 16, 2024
2 parents 278f1b9 + bef11c3 commit 0cd01d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worksnaps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.files.reject! { |fn| fn.include? 'CVS' }
spec.require_paths = ['lib']

spec.add_dependency 'activesupport', '>= 6.0.0', '< 7.3'
spec.add_dependency 'activesupport', '>= 6.0.0', '< 8.1'
spec.add_dependency 'httparty', '~> 0.10'
spec.add_dependency 'rexml', '>= 3.2.5', '< 3.4.0'
spec.add_dependency 'timezone', '1.3.27'
Expand Down

0 comments on commit 0cd01d1

Please sign in to comment.