Skip to content

Commit

Permalink
Bump Gem Versions (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
tclaus committed Apr 1, 2024
1 parent 231d6aa commit dbd7fcd
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 204 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) {|repo| "https://github.com/#{repo}.git" }
ruby "3.1.4"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0"
gem "rails", ">= 7.0.8.1"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand All @@ -15,7 +15,7 @@ gem "sprockets-rails"
gem "pg", "~> 1.5.3"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 6.2.2"
gem "puma", ">= 6.4.2"

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"
Expand Down Expand Up @@ -102,7 +102,7 @@ gem "rqrcode", "~> 2.1", ">= 2.1.1"
gem "invisible_captcha", "~> 2.0"

# Background processing
gem "sidekiq", "~> 7.1"
gem "sidekiq", "~> 7.1.3"
gem "sidekiq-cron", "~> 1.10", ">= 1.10.1"

# Federation
Expand Down
Loading

0 comments on commit dbd7fcd

Please sign in to comment.