Skip to content

Commit

Permalink
Loosen Bundler dependency
Browse files Browse the repository at this point in the history
GitHub Actions appears to still be using 2.4.
  • Loading branch information
rgrove committed Dec 28, 2024
1 parent a41c5f6 commit 1127a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "bundler", "~> 2.6.2"
gem "bundler", "~> 2.3"
gem "minitest", "5.25.4"
gem "rake", "13.2.1"
gem "rubocop-minitest", "0.36.0"
Expand Down

0 comments on commit 1127a07

Please sign in to comment.