Skip to content

Commit

Permalink
fix debug gem version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigne committed Jul 17, 2023
1 parent ed6910c commit 54daed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ PLATFORMS
DEPENDENCIES
ad_localize!
bundler (>= 1.12.0, < 3.0.0)
debug (>= 1.0.0)
debug (>= 1.0.0, < 2.0)
diffy (~> 3.3)
minitest (~> 5.11)
minitest-reporters (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion ad_localize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.11'
spec.add_development_dependency 'minitest-reporters', '~> 1.3'
spec.add_development_dependency 'diffy', '~> 3.3'
spec.add_development_dependency 'debug', ">= 1.0.0"
spec.add_development_dependency 'debug', ">= 1.0.0", '< 2.0'
spec.add_development_dependency 'rubocop', "~> 1.0"

spec.add_dependency 'activesupport', '>= 6.1.3.2', '< 8.0'
Expand Down

0 comments on commit 54daed9

Please sign in to comment.