-
-
Save mekhami/1e00afd9d31c46cb36aa87da7137e113 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
source 'https://rubygems.org' | |
ruby "2.7.6" | |
gem 'rails', '6.1.7' | |
group :test do | |
gem 'capybara' | |
gem 'puma' | |
gem 'selenium-webdriver', '~> 3.6' | |
gem 'rspec-rails' | |
gem 'launchy' | |
gem 'email_spec' | |
gem 'phantomjs' | |
gem 'database_cleaner-active_record' | |
gem 'double' | |
gem 'rails-controller-testing' | |
gem 'rubocop', require: false | |
gem 'rubocop-rspec', require: false | |
gem 'rspec-retry' | |
end | |
group :development do | |
gem 'faker' | |
gem 'bullet' | |
gem 'overcommit' | |
gem 'pry-remote' | |
gem 'bundler-audit' | |
gem 'listen' | |
end | |
group :development, :test do | |
gem "letter_opener" | |
gem 'pry-rails' | |
gem 'htmlentities' | |
end | |
gem 'foreman', '~> 0.84' | |
gem 'pg' | |
gem 'sass-rails', '~> 5.0' | |
gem 'webpacker', '~> 3.0' | |
gem 'haml' | |
gem 'uglifier', '~> 3.2' | |
gem 'coffee-rails' | |
gem 'unicorn', '~> 5.3' | |
gem 'unicorn-worker-killer' | |
gem 'textacular', '~> 5.0' | |
gem 'carrierwave' | |
gem 'mini_magick' | |
gem 'mailgun-ruby', '~> 1.1' | |
gem "sentry-raven" | |
gem "faraday", ">=0.8", "<1" | |
gem 'devise', '~> 4.3' | |
gem 'omniauth-oktaoauth' | |
gem 'jquery-rails' | |
gem 'bcrypt', '~> 3.1' | |
gem 'cancancan' | |
gem 'cocoon' | |
gem 'comma', '~> 4.1' | |
gem 'kaminari' | |
gem 'wicked_pdf' | |
gem 'wkhtmltopdf-binary' | |
group :production, :staging do | |
gem 'rails_12factor' | |
gem 'cloudinary' | |
gem 'rack-ssl-enforcer' | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actioncable (6.1.7) | |
actionpack (= 6.1.7) | |
activesupport (= 6.1.7) | |
nio4r (~> 2.0) | |
websocket-driver (>= 0.6.1) | |
actionmailbox (6.1.7) | |
actionpack (= 6.1.7) | |
activejob (= 6.1.7) | |
activerecord (= 6.1.7) | |
activestorage (= 6.1.7) | |
activesupport (= 6.1.7) | |
mail (>= 2.7.1) | |
actionmailer (6.1.7) | |
actionpack (= 6.1.7) | |
actionview (= 6.1.7) | |
activejob (= 6.1.7) | |
activesupport (= 6.1.7) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 2.0) | |
actionpack (6.1.7) | |
actionview (= 6.1.7) | |
activesupport (= 6.1.7) | |
rack (~> 2.0, >= 2.0.9) | |
rack-test (>= 0.6.3) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.0, >= 1.2.0) | |
actiontext (6.1.7) | |
actionpack (= 6.1.7) | |
activerecord (= 6.1.7) | |
activestorage (= 6.1.7) | |
activesupport (= 6.1.7) | |
nokogiri (>= 1.8.5) | |
actionview (6.1.7) | |
activesupport (= 6.1.7) | |
builder (~> 3.1) | |
erubi (~> 1.4) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.1, >= 1.2.0) | |
activejob (6.1.7) | |
activesupport (= 6.1.7) | |
globalid (>= 0.3.6) | |
activemodel (6.1.7) | |
activesupport (= 6.1.7) | |
activerecord (6.1.7) | |
activemodel (= 6.1.7) | |
activesupport (= 6.1.7) | |
activestorage (6.1.7) | |
actionpack (= 6.1.7) | |
activejob (= 6.1.7) | |
activerecord (= 6.1.7) | |
activesupport (= 6.1.7) | |
marcel (~> 1.0) | |
mini_mime (>= 1.1.0) | |
activesupport (6.1.7) | |
concurrent-ruby (~> 1.0, >= 1.0.2) | |
i18n (>= 1.6, < 2) | |
minitest (>= 5.1) | |
tzinfo (~> 2.0) | |
zeitwerk (~> 2.3) | |
addressable (2.8.1) | |
public_suffix (>= 2.0.2, < 6.0) | |
ast (2.4.2) | |
aws_cf_signer (0.1.3) | |
bcrypt (3.1.18) | |
builder (3.2.4) | |
bullet (7.0.3) | |
activesupport (>= 3.0.0) | |
uniform_notifier (~> 1.11) | |
bundler-audit (0.9.1) | |
bundler (>= 1.2.0, < 3) | |
thor (~> 1.0) | |
cancancan (3.4.0) | |
capybara (3.37.1) | |
addressable | |
matrix | |
mini_mime (>= 0.1.3) | |
nokogiri (~> 1.8) | |
rack (>= 1.6.0) | |
rack-test (>= 0.6.3) | |
regexp_parser (>= 1.5, < 3.0) | |
xpath (~> 3.2) | |
carrierwave (2.2.2) | |
activemodel (>= 5.0.0) | |
activesupport (>= 5.0.0) | |
addressable (~> 2.6) | |
image_processing (~> 1.1) | |
marcel (~> 1.0.0) | |
mini_mime (>= 0.1.3) | |
ssrf_filter (~> 1.0) | |
childprocess (3.0.0) | |
cloudinary (1.23.0) | |
aws_cf_signer | |
rest-client (>= 2.0.0) | |
cocoon (1.2.15) | |
coderay (1.1.3) | |
coffee-rails (5.0.0) | |
coffee-script (>= 2.2.0) | |
railties (>= 5.2.0) | |
coffee-script (2.4.1) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.12.2) | |
comma (4.7.0) | |
activesupport (>= 4.2.0) | |
concurrent-ruby (1.1.10) | |
crass (1.0.6) | |
database_cleaner-active_record (2.0.1) | |
activerecord (>= 5.a) | |
database_cleaner-core (~> 2.0.0) | |
database_cleaner-core (2.0.1) | |
devise (4.8.1) | |
bcrypt (~> 3.0) | |
orm_adapter (~> 0.1) | |
railties (>= 4.1.0) | |
responders | |
warden (~> 1.2.3) | |
diff-lcs (1.5.0) | |
domain_name (0.5.20190701) | |
unf (>= 0.0.5, < 1.0.0) | |
double (0.1.1) | |
email_spec (2.2.1) | |
htmlentities (~> 4.3.3) | |
launchy (~> 2.1) | |
mail (~> 2.7) | |
erubi (1.11.0) | |
execjs (2.8.1) | |
faker (2.23.0) | |
i18n (>= 1.8.11, < 2) | |
faraday (0.17.5) | |
multipart-post (>= 1.2, < 3) | |
ffi (1.15.5) | |
foreman (0.87.2) | |
get_process_mem (0.2.7) | |
ffi (~> 1.0) | |
globalid (1.0.0) | |
activesupport (>= 5.0) | |
haml (6.0.7) | |
temple (>= 0.8.2) | |
thor | |
tilt | |
hashie (5.0.0) | |
htmlentities (4.3.4) | |
http-accept (1.7.0) | |
http-cookie (1.0.5) | |
domain_name (~> 0.5) | |
i18n (1.12.0) | |
concurrent-ruby (~> 1.0) | |
image_processing (1.12.2) | |
mini_magick (>= 4.9.5, < 5) | |
ruby-vips (>= 2.0.17, < 3) | |
iniparse (1.5.0) | |
jquery-rails (4.5.0) | |
rails-dom-testing (>= 1, < 3) | |
railties (>= 4.2.0) | |
thor (>= 0.14, < 2.0) | |
json (2.6.2) | |
jwt (2.5.0) | |
kaminari (1.2.2) | |
activesupport (>= 4.1.0) | |
kaminari-actionview (= 1.2.2) | |
kaminari-activerecord (= 1.2.2) | |
kaminari-core (= 1.2.2) | |
kaminari-actionview (1.2.2) | |
actionview | |
kaminari-core (= 1.2.2) | |
kaminari-activerecord (1.2.2) | |
activerecord | |
kaminari-core (= 1.2.2) | |
kaminari-core (1.2.2) | |
kgio (2.11.4) | |
launchy (2.5.0) | |
addressable (~> 2.7) | |
letter_opener (1.8.1) | |
launchy (>= 2.2, < 3) | |
listen (3.7.1) | |
rb-fsevent (~> 0.10, >= 0.10.3) | |
rb-inotify (~> 0.9, >= 0.9.10) | |
loofah (2.19.0) | |
crass (~> 1.0.2) | |
nokogiri (>= 1.5.9) | |
mail (2.7.1) | |
mini_mime (>= 0.1.1) | |
mailgun-ruby (1.2.5) | |
rest-client (>= 2.0.2) | |
marcel (1.0.2) | |
matrix (0.4.2) | |
method_source (1.0.0) | |
mime-types (3.4.1) | |
mime-types-data (~> 3.2015) | |
mime-types-data (3.2022.0105) | |
mini_magick (4.11.0) | |
mini_mime (1.1.2) | |
mini_portile2 (2.8.0) | |
minitest (5.16.3) | |
multi_xml (0.6.0) | |
multipart-post (2.2.3) | |
netrc (0.11.0) | |
nio4r (2.5.8) | |
nokogiri (1.13.8) | |
mini_portile2 (~> 2.8.0) | |
racc (~> 1.4) | |
oauth2 (2.0.9) | |
faraday (>= 0.17.3, < 3.0) | |
jwt (>= 1.0, < 3.0) | |
multi_xml (~> 0.5) | |
rack (>= 1.2, < 4) | |
snaky_hash (~> 2.0) | |
version_gem (~> 1.1) | |
omniauth (1.9.2) | |
hashie (>= 3.4.6) | |
rack (>= 1.6.2, < 3) | |
omniauth-oauth2 (1.7.3) | |
oauth2 (>= 1.4, < 3) | |
omniauth (>= 1.9, < 3) | |
omniauth-oktaoauth (0.1.6) | |
omniauth (~> 1.5) | |
omniauth-oauth2 (>= 1.4.0, < 2.0) | |
orm_adapter (0.5.0) | |
overcommit (0.59.1) | |
childprocess (>= 0.6.3, < 5) | |
iniparse (~> 1.4) | |
rexml (~> 3.2) | |
parallel (1.22.1) | |
parser (3.1.2.1) | |
ast (~> 2.4.1) | |
pg (1.4.4) | |
phantomjs (2.1.1.0) | |
pry (0.14.1) | |
coderay (~> 1.1) | |
method_source (~> 1.0) | |
pry-rails (0.3.9) | |
pry (>= 0.10.4) | |
pry-remote (0.1.8) | |
pry (~> 0.9) | |
slop (~> 3.0) | |
public_suffix (5.0.0) | |
puma (6.0.0) | |
nio4r (~> 2.0) | |
racc (1.6.0) | |
rack (2.2.4) | |
rack-proxy (0.7.4) | |
rack | |
rack-ssl-enforcer (0.2.9) | |
rack-test (2.0.2) | |
rack (>= 1.3) | |
rails (6.1.7) | |
actioncable (= 6.1.7) | |
actionmailbox (= 6.1.7) | |
actionmailer (= 6.1.7) | |
actionpack (= 6.1.7) | |
actiontext (= 6.1.7) | |
actionview (= 6.1.7) | |
activejob (= 6.1.7) | |
activemodel (= 6.1.7) | |
activerecord (= 6.1.7) | |
activestorage (= 6.1.7) | |
activesupport (= 6.1.7) | |
bundler (>= 1.15.0) | |
railties (= 6.1.7) | |
sprockets-rails (>= 2.0.0) | |
rails-controller-testing (1.0.5) | |
actionpack (>= 5.0.1.rc1) | |
actionview (>= 5.0.1.rc1) | |
activesupport (>= 5.0.1.rc1) | |
rails-dom-testing (2.0.3) | |
activesupport (>= 4.2.0) | |
nokogiri (>= 1.6) | |
rails-html-sanitizer (1.4.3) | |
loofah (~> 2.3) | |
rails_12factor (0.0.3) | |
rails_serve_static_assets | |
rails_stdout_logging | |
rails_serve_static_assets (0.0.5) | |
rails_stdout_logging (0.0.5) | |
railties (6.1.7) | |
actionpack (= 6.1.7) | |
activesupport (= 6.1.7) | |
method_source | |
rake (>= 12.2) | |
thor (~> 1.0) | |
rainbow (3.1.1) | |
raindrops (0.20.0) | |
rake (13.0.6) | |
rb-fsevent (0.11.2) | |
rb-inotify (0.10.1) | |
ffi (~> 1.0) | |
regexp_parser (2.6.0) | |
responders (3.0.1) | |
actionpack (>= 5.0) | |
railties (>= 5.0) | |
rest-client (2.1.0) | |
http-accept (>= 1.7.0, < 2.0) | |
http-cookie (>= 1.0.2, < 2.0) | |
mime-types (>= 1.16, < 4.0) | |
netrc (~> 0.8) | |
rexml (3.2.5) | |
rspec-core (3.11.0) | |
rspec-support (~> 3.11.0) | |
rspec-expectations (3.11.1) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.11.0) | |
rspec-mocks (3.11.1) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.11.0) | |
rspec-rails (6.0.0) | |
actionpack (>= 6.1) | |
activesupport (>= 6.1) | |
railties (>= 6.1) | |
rspec-core (~> 3.11) | |
rspec-expectations (~> 3.11) | |
rspec-mocks (~> 3.11) | |
rspec-support (~> 3.11) | |
rspec-retry (0.6.2) | |
rspec-core (> 3.3) | |
rspec-support (3.11.1) | |
rubocop (1.36.0) | |
json (~> 2.3) | |
parallel (~> 1.10) | |
parser (>= 3.1.2.1) | |
rainbow (>= 2.2.2, < 4.0) | |
regexp_parser (>= 1.8, < 3.0) | |
rexml (>= 3.2.5, < 4.0) | |
rubocop-ast (>= 1.20.1, < 2.0) | |
ruby-progressbar (~> 1.7) | |
unicode-display_width (>= 1.4.0, < 3.0) | |
rubocop-ast (1.21.0) | |
parser (>= 3.1.1.0) | |
rubocop-rspec (2.13.2) | |
rubocop (~> 1.33) | |
ruby-progressbar (1.11.0) | |
ruby-vips (2.1.4) | |
ffi (~> 1.12) | |
rubyzip (2.3.2) | |
sass (3.7.4) | |
sass-listen (~> 4.0.0) | |
sass-listen (4.0.0) | |
rb-fsevent (~> 0.9, >= 0.9.4) | |
rb-inotify (~> 0.9, >= 0.9.7) | |
sass-rails (5.1.0) | |
railties (>= 5.2.0) | |
sass (~> 3.1) | |
sprockets (>= 2.8, < 4.0) | |
sprockets-rails (>= 2.0, < 4.0) | |
tilt (>= 1.1, < 3) | |
selenium-webdriver (3.142.7) | |
childprocess (>= 0.5, < 4.0) | |
rubyzip (>= 1.2.2) | |
sentry-raven (2.13.0) | |
faraday (>= 0.7.6, < 1.0) | |
slop (3.6.0) | |
snaky_hash (2.0.1) | |
hashie | |
version_gem (~> 1.1, >= 1.1.1) | |
sprockets (3.7.2) | |
concurrent-ruby (~> 1.0) | |
rack (> 1, < 3) | |
sprockets-rails (3.4.2) | |
actionpack (>= 5.2) | |
activesupport (>= 5.2) | |
sprockets (>= 3.0.0) | |
ssrf_filter (1.1.1) | |
temple (0.8.2) | |
textacular (5.5.1) | |
activerecord (>= 5.0, < 7.1) | |
thor (1.2.1) | |
tilt (2.0.11) | |
tzinfo (2.0.5) | |
concurrent-ruby (~> 1.0) | |
uglifier (3.2.0) | |
execjs (>= 0.3.0, < 3) | |
unf (0.1.4) | |
unf_ext | |
unf_ext (0.0.8.2) | |
unicode-display_width (2.3.0) | |
unicorn (5.8.0) | |
kgio (~> 2.6) | |
raindrops (~> 0.7) | |
unicorn-worker-killer (0.4.5) | |
get_process_mem (~> 0) | |
unicorn (>= 4, < 7) | |
uniform_notifier (1.16.0) | |
version_gem (1.1.1) | |
warden (1.2.9) | |
rack (>= 2.0.9) | |
webpacker (3.6.0) | |
activesupport (>= 4.2) | |
rack-proxy (>= 0.6.1) | |
railties (>= 4.2) | |
websocket-driver (0.7.5) | |
websocket-extensions (>= 0.1.0) | |
websocket-extensions (0.1.5) | |
wicked_pdf (2.6.3) | |
activesupport | |
wkhtmltopdf-binary (0.12.6.5) | |
xpath (3.2.0) | |
nokogiri (~> 1.8) | |
zeitwerk (2.6.1) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
bcrypt (~> 3.1) | |
bullet | |
bundler-audit | |
cancancan | |
capybara | |
carrierwave | |
cloudinary | |
cocoon | |
coffee-rails | |
comma (~> 4.1) | |
database_cleaner-active_record | |
devise (~> 4.3) | |
double | |
email_spec | |
faker | |
faraday (>= 0.8, < 1) | |
foreman (~> 0.84) | |
haml | |
htmlentities | |
jquery-rails | |
kaminari | |
launchy | |
letter_opener | |
listen | |
mailgun-ruby (~> 1.1) | |
mini_magick | |
omniauth-oktaoauth | |
overcommit | |
pg | |
phantomjs | |
pry-rails | |
pry-remote | |
puma | |
rack-ssl-enforcer | |
rails (= 6.1.7) | |
rails-controller-testing | |
rails_12factor | |
rspec-rails | |
rspec-retry | |
rubocop | |
rubocop-rspec | |
sass-rails (~> 5.0) | |
selenium-webdriver (~> 3.6) | |
sentry-raven | |
textacular (~> 5.0) | |
uglifier (~> 3.2) | |
unicorn (~> 5.3) | |
unicorn-worker-killer | |
webpacker (~> 3.0) | |
wicked_pdf | |
wkhtmltopdf-binary | |
RUBY VERSION | |
ruby 2.7.6p219 | |
BUNDLED WITH | |
2.3.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment