Skip to content

Commit

Permalink
fix bundler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillshevch committed Mar 22, 2022
1 parent 0bea785 commit b2f3bce
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 @@ -69,7 +69,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.17)
bundler
byebug
query_track!
rake
Expand Down
2 changes: 1 addition & 1 deletion query_track.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'slack_hook'
spec.add_dependency 'dry-configurable'

spec.add_development_dependency 'bundler', '~> 1.17'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
Expand Down

0 comments on commit b2f3bce

Please sign in to comment.