Skip to content

Commit

Permalink
Updates Bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikz committed Apr 24, 2024
1 parent 1e78933 commit c89dbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
bundler: 1.17.3
bundler: 2.3
bundler-cache: true
ruby-version: ${{ matrix.ruby }}

Expand Down
2 changes: 1 addition & 1 deletion raygun4ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "rack"
spec.add_runtime_dependency "concurrent-ruby"

spec.add_development_dependency "bundler", ">= 1.1"
spec.add_development_dependency "bundler", ">= 2.3"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "timecop"
spec.add_development_dependency "minitest", "~> 5.11"
Expand Down

0 comments on commit c89dbe6

Please sign in to comment.