Skip to content

Commit

Permalink
chore(deps): bump'em good
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Oct 15, 2024
1 parent 6d31d93 commit 1c7dc1e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec

LOCAL_GEMS = "Gemfile.local"

gem "appraisal"
gem "appraisal", github: "thoughtbot/appraisal"
gem "faraday-retry"
gem "gem-release"
gem "github-markup"
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/sidekiq_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "faraday-retry"
gem "gem-release"
gem "github-markup"
gem "rack-test"
gem "rake", "13.0.3"
gem "reek", ">= 5.3"
gem "rake"
gem "rspec"
gem "rspec-benchmark"
gem "rspec-html-matchers"
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/sidekiq_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "faraday-retry"
gem "gem-release"
gem "github-markup"
gem "rack-test"
gem "rake", "13.0.3"
gem "reek", ">= 5.3"
gem "rake"
gem "rspec"
gem "rspec-benchmark"
gem "rspec-html-matchers"
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/sidekiq_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "faraday-retry"
gem "gem-release"
gem "github-markup"
gem "rack-test"
gem "rake", "13.0.3"
gem "reek", ">= 5.3"
gem "rake"
gem "rspec"
gem "rspec-benchmark"
gem "rspec-html-matchers"
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/sidekiq_7.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "faraday-retry"
gem "gem-release"
gem "github-markup"
gem "rack-test"
gem "rake", "13.0.3"
gem "reek", ">= 5.3"
gem "rake"
gem "rspec"
gem "rspec-benchmark"
gem "rspec-html-matchers"
Expand Down

0 comments on commit 1c7dc1e

Please sign in to comment.