Skip to content

Commit

Permalink
Test: upgrade gems in 3.3 gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Jan 21, 2024
1 parent 7955db7 commit 6836e99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gemfiles/ruby-3.3.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem "bundler", ">= 1.14", "< 3"
gem "rspec", "~> 3.9"
gem "simplecov", "~> 0.21.2"
gem "webmock", "~> 3.14.0"
gem "vcr", "~> 6.1.0"
gem "bundler", "~> 2.5"
gem "rspec", "~> 3.12"
gem "simplecov", "~> 0.22.0"
gem "webmock", "~> 3.19"
gem "vcr", "~> 6.2"

0 comments on commit 6836e99

Please sign in to comment.