Skip to content
Snippets Groups Projects
Commit f408e0e2 authored by Theo Cushion's avatar Theo Cushion
Browse files

chore: update gems

These gems match the versions (or newer patch level) of the users service `Gemfile.common` file. Without this running `nexus gu` will downgrade the gems in the users service
parent d882530c
No related branches found
No related tags found
No related merge requests found
...@@ -4,15 +4,15 @@ source 'https://rubygems.org' ...@@ -4,15 +4,15 @@ source 'https://rubygems.org'
ruby '3.2.2' ruby '3.2.2'
# Core Gems # Core Gems
gem 'rails', '7.0.5.1' gem 'rails', '7.0.7'
gem 'puma', '5.6.7' gem 'puma', '6.3.1'
gem 'sass-rails', '5.1.0' gem 'sass-rails', '5.1.0'
gem 'uglifier', '4.2.0' gem 'uglifier', '4.2.0'
gem 'mini_racer', '0.6.3' gem 'mini_racer', '0.8.0'
gem 'bootstrap', '4.6.0' gem 'bootstrap', '4.6.0'
gem 'jquery-rails', '4.4.0' gem 'jquery-rails', '4.4.0'
gem 'turbolinks', '5.2.1' gem 'turbolinks', '5.2.1'
gem 'dotenv-rails', '2.7.6' gem 'dotenv-rails', '2.8.1'
gem 'spring-watcher-listen', '2.0.1' gem 'spring-watcher-listen', '2.0.1'
# Database / Active Record # Database / Active Record
...@@ -23,13 +23,13 @@ gem 'delayed_job_active_record', '4.1.7' ...@@ -23,13 +23,13 @@ gem 'delayed_job_active_record', '4.1.7'
gem 'active_model_serializers', '0.10.13' gem 'active_model_serializers', '0.10.13'
# Security # Security
gem 'rack-cors', '1.1.1' gem 'rack-cors', '2.0.1'
gem 'ruby-mailchecker', '4.1.15' gem 'ruby-mailchecker', '5.0.9'
gem 'hcaptcha', '7.1.0' gem 'hcaptcha', '7.1.0'
gem 'useragent', '0.16.10' gem 'useragent', '0.16.10'
gem 'rack-attack', '6.6.1' gem 'rack-attack', '6.6.1'
gem 'secure_headers', '6.3.3' gem 'secure_headers', '6.5.0'
gem 'jwt', '2.5.0' gem 'jwt', '2.7.1'
gem 'pundit', '2.2.0' gem 'pundit', '2.2.0'
# Seeding # Seeding
...@@ -55,7 +55,7 @@ gem 'aws-sdk-s3', '1.113.0' ...@@ -55,7 +55,7 @@ gem 'aws-sdk-s3', '1.113.0'
group :test, :development do group :test, :development do
gem 'faker', '2.22.0' gem 'faker', '2.22.0'
gem 'bunny-mock', '1.7.0' gem 'bunny-mock', '1.7.0'
gem 'rspec-rails', '5.1.1' gem 'rspec-rails', '6.0.3'
gem 'rails-controller-testing', '1.0.5' gem 'rails-controller-testing', '1.0.5'
gem 'factory_bot_rails', '6.2.0' gem 'factory_bot_rails', '6.2.0'
gem 'shoulda-matchers', '4.5.1' gem 'shoulda-matchers', '4.5.1'
...@@ -66,5 +66,5 @@ group :test, :development do ...@@ -66,5 +66,5 @@ group :test, :development do
end end
# NexusMods Gems # NexusMods Gems
gem 'nexus_cqrs', '0.4.8' gem 'nexus_cqrs', '0.4.10'
gem 'nexus_domain_events', '1.1.2' gem 'nexus_domain_events', '1.1.2'
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.5.1) actioncable (7.0.7)
actionpack (= 7.0.5.1) actionpack (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.5.1) actionmailbox (7.0.7)
actionpack (= 7.0.5.1) actionpack (= 7.0.7)
activejob (= 7.0.5.1) activejob (= 7.0.7)
activerecord (= 7.0.5.1) activerecord (= 7.0.7)
activestorage (= 7.0.5.1) activestorage (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.5.1) actionmailer (7.0.7)
actionpack (= 7.0.5.1) actionpack (= 7.0.7)
actionview (= 7.0.5.1) actionview (= 7.0.7)
activejob (= 7.0.5.1) activejob (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.5.1) actionpack (7.0.7)
actionview (= 7.0.5.1) actionview (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
rack (~> 2.0, >= 2.2.4) rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionpack-cloudflare (1.1.0) actionpack-cloudflare (1.1.0)
actionpack (>= 3.2) actionpack (>= 3.2)
actiontext (7.0.5.1) actiontext (7.0.7)
actionpack (= 7.0.5.1) actionpack (= 7.0.7)
activerecord (= 7.0.5.1) activerecord (= 7.0.7)
activestorage (= 7.0.5.1) activestorage (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.5.1) actionview (7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
...@@ -53,22 +53,22 @@ GEM ...@@ -53,22 +53,22 @@ GEM
activemodel (>= 4.1, < 7.1) activemodel (>= 4.1, < 7.1)
case_transform (>= 0.2) case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3) jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (7.0.5.1) activejob (7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.5.1) activemodel (7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
activerecord (7.0.5.1) activerecord (7.0.7)
activemodel (= 7.0.5.1) activemodel (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
activestorage (7.0.5.1) activestorage (7.0.7)
actionpack (= 7.0.5.1) actionpack (= 7.0.7)
activejob (= 7.0.5.1) activejob (= 7.0.7)
activerecord (= 7.0.5.1) activerecord (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.5.1) activesupport (7.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
...@@ -129,9 +129,9 @@ GEM ...@@ -129,9 +129,9 @@ GEM
activerecord (>= 4.2, < 8) activerecord (>= 4.2, < 8)
docile (1.4.0) docile (1.4.0)
dogstatsd-ruby (5.4.0) dogstatsd-ruby (5.4.0)
dotenv (2.7.6) dotenv (2.8.1)
dotenv-rails (2.7.6) dotenv-rails (2.8.1)
dotenv (= 2.7.6) dotenv (= 2.8.1)
railties (>= 3.2) railties (>= 3.2)
erubi (1.12.0) erubi (1.12.0)
execjs (2.8.1) execjs (2.8.1)
...@@ -168,11 +168,11 @@ GEM ...@@ -168,11 +168,11 @@ GEM
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (2.6.3) json (2.6.3)
jsonapi-renderer (0.2.2) jsonapi-renderer (0.2.2)
jwt (2.5.0) jwt (2.7.1)
libdatadog (2.0.0.1.0-x86_64-linux) libdatadog (2.0.0.1.0-x86_64-linux)
libddwaf (1.9.0.0.1-x86_64-linux) libddwaf (1.9.0.0.1-x86_64-linux)
ffi (~> 1.0) ffi (~> 1.0)
libv8-node (16.10.0.0-x86_64-linux) libv8-node (18.16.0.0-x86_64-linux)
listen (3.8.0) listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
...@@ -187,8 +187,8 @@ GEM ...@@ -187,8 +187,8 @@ GEM
marcel (1.0.2) marcel (1.0.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_racer (0.6.3) mini_racer (0.8.0)
libv8-node (~> 16.10.0.0) libv8-node (~> 18.16.0.0)
minitest (5.19.0) minitest (5.19.0)
msgpack (1.7.2) msgpack (1.7.2)
multi_xml (0.6.0) multi_xml (0.6.0)
...@@ -203,7 +203,7 @@ GEM ...@@ -203,7 +203,7 @@ GEM
net-smtp (0.3.3) net-smtp (0.3.3)
net-protocol net-protocol
net_tcp_client (2.2.1) net_tcp_client (2.2.1)
nexus_cqrs (0.4.8) nexus_cqrs (0.4.10)
generator_spec generator_spec
ibsciss-middleware ibsciss-middleware
pundit pundit
...@@ -228,7 +228,7 @@ GEM ...@@ -228,7 +228,7 @@ GEM
pg (1.3.5) pg (1.3.5)
popper_js (1.16.1) popper_js (1.16.1)
public_suffix (5.0.3) public_suffix (5.0.3)
puma (5.6.7) puma (6.3.1)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.2.0) pundit (2.2.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
...@@ -238,24 +238,24 @@ GEM ...@@ -238,24 +238,24 @@ GEM
rack (2.2.8) rack (2.2.8)
rack-attack (6.6.1) rack-attack (6.6.1)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-cors (1.1.1) rack-cors (2.0.1)
rack (>= 2.0.0) rack (>= 2.0.0)
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.5.1) rails (7.0.7)
actioncable (= 7.0.5.1) actioncable (= 7.0.7)
actionmailbox (= 7.0.5.1) actionmailbox (= 7.0.7)
actionmailer (= 7.0.5.1) actionmailer (= 7.0.7)
actionpack (= 7.0.5.1) actionpack (= 7.0.7)
actiontext (= 7.0.5.1) actiontext (= 7.0.7)
actionview (= 7.0.5.1) actionview (= 7.0.7)
activejob (= 7.0.5.1) activejob (= 7.0.7)
activemodel (= 7.0.5.1) activemodel (= 7.0.7)
activerecord (= 7.0.5.1) activerecord (= 7.0.7)
activestorage (= 7.0.5.1) activestorage (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.5.1) railties (= 7.0.7)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1)
...@@ -271,9 +271,9 @@ GEM ...@@ -271,9 +271,9 @@ GEM
rack rack
railties (>= 5.1) railties (>= 5.1)
semantic_logger (~> 4.9) semantic_logger (~> 4.9)
railties (7.0.5.1) railties (7.0.7)
actionpack (= 7.0.5.1) actionpack (= 7.0.7)
activesupport (= 7.0.5.1) activesupport (= 7.0.7)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
...@@ -295,16 +295,16 @@ GEM ...@@ -295,16 +295,16 @@ GEM
rspec-mocks (3.12.6) rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-rails (5.1.1) rspec-rails (6.0.3)
actionpack (>= 5.2) actionpack (>= 6.1)
activesupport (>= 5.2) activesupport (>= 6.1)
railties (>= 5.2) railties (>= 6.1)
rspec-core (~> 3.10) rspec-core (~> 3.12)
rspec-expectations (~> 3.10) rspec-expectations (~> 3.12)
rspec-mocks (~> 3.10) rspec-mocks (~> 3.12)
rspec-support (~> 3.10) rspec-support (~> 3.12)
rspec-support (3.12.1) rspec-support (3.12.1)
ruby-mailchecker (4.1.15) ruby-mailchecker (5.0.9)
sass (3.7.4) sass (3.7.4)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
...@@ -324,7 +324,7 @@ GEM ...@@ -324,7 +324,7 @@ GEM
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
secure_headers (6.3.3) secure_headers (6.5.0)
semantic_logger (4.14.0) semantic_logger (4.14.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
serverengine (2.1.1) serverengine (2.1.1)
...@@ -397,7 +397,7 @@ DEPENDENCIES ...@@ -397,7 +397,7 @@ DEPENDENCIES
ddtrace (= 1.12.1) ddtrace (= 1.12.1)
delayed_job_active_record (= 4.1.7) delayed_job_active_record (= 4.1.7)
discard (= 1.2.1) discard (= 1.2.1)
dotenv-rails (= 2.7.6) dotenv-rails (= 2.8.1)
factory_bot_rails (= 6.2.0) factory_bot_rails (= 6.2.0)
faker (= 2.22.0) faker (= 2.22.0)
hcaptcha (= 7.1.0) hcaptcha (= 7.1.0)
...@@ -405,26 +405,26 @@ DEPENDENCIES ...@@ -405,26 +405,26 @@ DEPENDENCIES
hiredis (= 0.6.3) hiredis (= 0.6.3)
httparty (= 0.21.0) httparty (= 0.21.0)
jquery-rails (= 4.4.0) jquery-rails (= 4.4.0)
jwt (= 2.5.0) jwt (= 2.7.1)
mini_racer (= 0.6.3) mini_racer (= 0.8.0)
mysql2 (= 0.5.5) mysql2 (= 0.5.5)
nexus_cqrs (= 0.4.8) nexus_cqrs (= 0.4.10)
nexus_domain_events (= 1.1.2) nexus_domain_events (= 1.1.2)
nexus_seed (= 0.2.30) nexus_seed (= 0.2.30)
nexus_semantic_logger (= 1.12.3) nexus_semantic_logger (= 1.12.3)
pg (= 1.3.5) pg (= 1.3.5)
puma (= 5.6.7) puma (= 6.3.1)
pundit (= 2.2.0) pundit (= 2.2.0)
pundit-matchers (= 1.7.0) pundit-matchers (= 1.7.0)
rack-attack (= 6.6.1) rack-attack (= 6.6.1)
rack-cors (= 1.1.1) rack-cors (= 2.0.1)
rails (= 7.0.5.1) rails (= 7.0.7)
rails-controller-testing (= 1.0.5) rails-controller-testing (= 1.0.5)
redis (= 4.6.0) redis (= 4.6.0)
rspec-rails (= 5.1.1) rspec-rails (= 6.0.3)
ruby-mailchecker (= 4.1.15) ruby-mailchecker (= 5.0.9)
sass-rails (= 5.1.0) sass-rails (= 5.1.0)
secure_headers (= 6.3.3) secure_headers (= 6.5.0)
shoulda-matchers (= 4.5.1) shoulda-matchers (= 4.5.1)
simplecov (= 0.21.2) simplecov (= 0.21.2)
simplecov-cobertura (= 2.1.0) simplecov-cobertura (= 2.1.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment