Commits on Source (5)
-
Dean Lovett authored
-
Dean Lovett authored
-
Dean Lovett authored
-
Dean Lovett authored
-
git authored
Showing
- .gitlab-ci.yml 6 additions, 0 deletions.gitlab-ci.yml
- CHANGELOG.md 8 additions, 0 deletionsCHANGELOG.md
- Dockerfile 12 additions, 13 deletionsDockerfile
- Gemfile 5 additions, 7 deletionsGemfile
- Gemfile.lock 78 additions, 94 deletionsGemfile.lock
- results/rubocop.html 413 additions, 0 deletionsresults/rubocop.html
# frozen_string_literal: true | ||
source 'https://rubygems.org' | ||
ruby '2.7.2' | ||
gem 'rails', '6.1.3' | ||
gem 'rails', '6.1.3.2' | ||
gem 'puma', '4.3.7' | ||
gem 'sass-rails', '5.1.0' | ||
gem 'uglifier', '4.2.0' | ||
... | ... | @@ -15,8 +16,8 @@ gem 'pg', '1.2.3' |
gem 'mysql2', '0.5.3' | ||
gem 'active_model_serializers', '0.10.12' | ||
gem 'rqrcode_png', '0.1.5' | ||
gem 'hcaptcha', git: 'https://github.com/Nexus-Mods/hcaptcha.git' | ||
gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master' | ||
gem 'hcaptcha', '7.1.0' | ||
gem 'faker', '2.17.0' | ||
gem 'bunny_events', '0.3.2' | ||
gem 'bunny-mock', '1.7.0' | ||
gem 'audited', '4.10.0' | ||
... | ... | @@ -25,7 +26,7 @@ gem 'ddtrace', '0.46.0' |
gem 'delayed_job_active_record', '4.1.5' | ||
gem 'dotenv-rails', '2.7.6' | ||
gem 'redis-rails', '5.0.2' | ||
gem 'ruby-mailchecker', '4.0.6' | ||
gem 'ruby-mailchecker', '4.0.7' | ||
gem 'httparty', '0.18.1' | ||
gem 'rack-cors', '1.1.1' | ||
gem 'useragent', '0.16.10' | ||
... | ... | @@ -49,6 +50,3 @@ gem 'pundit', '2.1.0' |
gem 'pundit-matchers', '1.6.0' | ||
gem 'nexus_domain_events', '1.1.2' | ||
gem 'batch-loader', '1.4.1' | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] |
results/rubocop.html
0 → 100644