mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 15:18:15 +00:00
gemmed file
This commit is contained in:
parent
80a4a351b1
commit
048ec99244
2 changed files with 11 additions and 0 deletions
5
Gemfile
5
Gemfile
|
|
@ -73,3 +73,8 @@ gem "sentry-rails"
|
|||
gem "aws-sdk-s3", require: false
|
||||
gem "slack-ruby-client"
|
||||
gem "slocks", git: "https://github.com/24c02/slocks"
|
||||
gem "ruby-progressbar"
|
||||
gem "concurrent-ruby"
|
||||
gem "csv"
|
||||
|
||||
gem "openssl", "~> 4.0"
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ GEM
|
|||
concurrent-ruby (1.3.6)
|
||||
connection_pool (3.0.2)
|
||||
crass (1.0.6)
|
||||
csv (3.3.5)
|
||||
date (3.5.1)
|
||||
debug (1.11.1)
|
||||
irb (~> 1.10)
|
||||
|
|
@ -265,6 +266,7 @@ GEM
|
|||
omniauth-oauth2 (1.9.0)
|
||||
oauth2 (>= 2.0.2, < 3)
|
||||
omniauth (~> 2.0)
|
||||
openssl (4.0.0)
|
||||
ostruct (0.6.3)
|
||||
parallel (1.27.0)
|
||||
parser (3.3.10.1)
|
||||
|
|
@ -506,6 +508,8 @@ DEPENDENCIES
|
|||
bootsnap
|
||||
brakeman
|
||||
capybara
|
||||
concurrent-ruby
|
||||
csv
|
||||
debug
|
||||
dotenv-rails
|
||||
faraday
|
||||
|
|
@ -516,6 +520,7 @@ DEPENDENCIES
|
|||
lockbox
|
||||
omniauth
|
||||
omniauth-hack_club
|
||||
openssl (~> 4.0)
|
||||
pg (~> 1.3)
|
||||
pg_search
|
||||
phlex-rails
|
||||
|
|
@ -527,6 +532,7 @@ DEPENDENCIES
|
|||
rails (~> 8.0.4)
|
||||
redcarpet
|
||||
rubocop-rails-omakase
|
||||
ruby-progressbar
|
||||
selenium-webdriver
|
||||
sentry-rails
|
||||
sentry-ruby
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue