Skip to content

Commit

Permalink
bundler update
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-cb committed Jun 11, 2024
1 parent d8c7036 commit b74ca69
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
Expand Up @@ -28,11 +28,11 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 2.4)
bundler (~> 2.4, < 2.5)
hello_world_gem!
minitest (~> 5.0)
rake (~> 13.0)
rspec (~> 3.7)

BUNDLED WITH
2.5.3
2.4.22
2 changes: 1 addition & 1 deletion hello_world_gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.name
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 2.4"
spec.add_development_dependency "bundler", "~> 2.4", '< 2.5'
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.7"
spec.add_development_dependency "minitest", "~> 5.0"
Expand Down

0 comments on commit b74ca69

Please sign in to comment.