a0c0fd3b1f
Bumps [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) from 3.1.21 to 3.1.22. - [Release notes](https://github.com/bcrypt-ruby/bcrypt-ruby/releases) - [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](https://github.com/bcrypt-ruby/bcrypt-ruby/compare/v3.1.21...v3.1.22) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 3.1.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
1.5 KiB
Ruby
67 lines
1.5 KiB
Ruby
source "https://rubygems.org"
|
|
|
|
git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }
|
|
|
|
gem "rails", github: "rails/rails", branch: "main"
|
|
|
|
# Assets & front end
|
|
gem "importmap-rails"
|
|
gem "propshaft"
|
|
gem "stimulus-rails"
|
|
gem "turbo-rails", github: "hotwired/turbo-rails", branch: "offline-cache"
|
|
|
|
# Deployment and drivers
|
|
gem "bootsnap", require: false
|
|
gem "kamal", require: false
|
|
gem "puma", ">= 5.0"
|
|
gem "solid_cable", ">= 3.0"
|
|
gem "solid_cache", "~> 1.0"
|
|
gem "solid_queue", "~> 1.3"
|
|
gem "sqlite3", ">= 2.0"
|
|
gem "thruster", require: false
|
|
gem "trilogy", "~> 2.10"
|
|
|
|
# Features
|
|
gem "bcrypt", "~> 3.1.22"
|
|
gem "geared_pagination", "~> 1.2"
|
|
gem "rqrcode"
|
|
gem "rouge"
|
|
gem "jbuilder"
|
|
gem "lexxy", "0.8.5.beta"
|
|
gem "image_processing", "~> 1.14"
|
|
gem "platform_agent"
|
|
gem "aws-sdk-s3", require: false
|
|
gem "web-push"
|
|
gem "net-http-persistent"
|
|
gem "zip_kit"
|
|
gem "mittens"
|
|
gem "useragent", bc: "useragent"
|
|
|
|
# Operations
|
|
gem "autotuner"
|
|
gem "mission_control-jobs"
|
|
gem "stackprof"
|
|
gem "benchmark" # indirect dependency, being removed from Ruby 3.5 stdlib so here to quash warnings
|
|
|
|
group :development, :test do
|
|
gem "brakeman", require: false
|
|
gem "bundler-audit", require: false
|
|
gem "debug"
|
|
gem "faker"
|
|
gem "letter_opener"
|
|
gem "rack-mini-profiler"
|
|
gem "rubocop-rails-omakase", require: false
|
|
end
|
|
|
|
group :development do
|
|
gem "web-console", github: "rails/web-console"
|
|
end
|
|
|
|
group :test do
|
|
gem "capybara"
|
|
gem "selenium-webdriver"
|
|
gem "webmock"
|
|
gem "vcr"
|
|
gem "mocha"
|
|
end
|