mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 20:55:10 +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 "aws-sdk-s3", require: false
|
||||||
gem "slack-ruby-client"
|
gem "slack-ruby-client"
|
||||||
gem "slocks", git: "https://github.com/24c02/slocks"
|
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)
|
concurrent-ruby (1.3.6)
|
||||||
connection_pool (3.0.2)
|
connection_pool (3.0.2)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
|
csv (3.3.5)
|
||||||
date (3.5.1)
|
date (3.5.1)
|
||||||
debug (1.11.1)
|
debug (1.11.1)
|
||||||
irb (~> 1.10)
|
irb (~> 1.10)
|
||||||
|
|
@ -265,6 +266,7 @@ GEM
|
||||||
omniauth-oauth2 (1.9.0)
|
omniauth-oauth2 (1.9.0)
|
||||||
oauth2 (>= 2.0.2, < 3)
|
oauth2 (>= 2.0.2, < 3)
|
||||||
omniauth (~> 2.0)
|
omniauth (~> 2.0)
|
||||||
|
openssl (4.0.0)
|
||||||
ostruct (0.6.3)
|
ostruct (0.6.3)
|
||||||
parallel (1.27.0)
|
parallel (1.27.0)
|
||||||
parser (3.3.10.1)
|
parser (3.3.10.1)
|
||||||
|
|
@ -506,6 +508,8 @@ DEPENDENCIES
|
||||||
bootsnap
|
bootsnap
|
||||||
brakeman
|
brakeman
|
||||||
capybara
|
capybara
|
||||||
|
concurrent-ruby
|
||||||
|
csv
|
||||||
debug
|
debug
|
||||||
dotenv-rails
|
dotenv-rails
|
||||||
faraday
|
faraday
|
||||||
|
|
@ -516,6 +520,7 @@ DEPENDENCIES
|
||||||
lockbox
|
lockbox
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-hack_club
|
omniauth-hack_club
|
||||||
|
openssl (~> 4.0)
|
||||||
pg (~> 1.3)
|
pg (~> 1.3)
|
||||||
pg_search
|
pg_search
|
||||||
phlex-rails
|
phlex-rails
|
||||||
|
|
@ -527,6 +532,7 @@ DEPENDENCIES
|
||||||
rails (~> 8.0.4)
|
rails (~> 8.0.4)
|
||||||
redcarpet
|
redcarpet
|
||||||
rubocop-rails-omakase
|
rubocop-rails-omakase
|
||||||
|
ruby-progressbar
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sentry-rails
|
sentry-rails
|
||||||
sentry-ruby
|
sentry-ruby
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue