Skip to content

Commit

Permalink
Merge branch 'master' into chore/rack3
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Feb 3, 2025
2 parents 3710b27 + 79ebfcd commit 75aea2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 63 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec


gem "rake", "~>12.3.3"
gem "rake", "~>13.0"
gem "sqlite3", ">=2.0.0"
gem "conventional-changelog", "~>1.3"
gem "bump", "~> 0.5"
Expand All @@ -12,8 +12,8 @@ gem "rackup", "~> 2.2"

group :development do
gem "pry-byebug"
gem "rubocop", "~>1.1"
gem "rubocop-performance", "~> 1.11"
gem "rubocop", "~>1.7"
gem "rubocop-performance", "~> 1.23"
gem "sequel-annotate", "~>1.3"
gem "yard", "~> 0.9"
end
Expand All @@ -23,7 +23,6 @@ group :test do
gem "pact", "~>1.14"
gem "rspec-pact-matchers", "~>0.1"
gem "bundler-audit", "~>0.4"
gem "fakefs", "~>0.4"
gem "webmock", "~>3.9"
gem "rspec", "~>3.0"
gem "rspec-its", "~>1.2"
Expand Down
37 changes: 0 additions & 37 deletions spec/support/verification_job.rb

This file was deleted.

22 changes: 0 additions & 22 deletions spec/support/webhook_endpoint_middleware.rb

This file was deleted.

0 comments on commit 75aea2a

Please sign in to comment.