diff --git a/Gemfile b/Gemfile index e0d1b7c78b179784135ddb1f319b479a6ab7cc39..7730d074705958e6d8121f8f1e55502308979ae3 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'useragent', '0.16.10' gem 'lograge', '0.11.2' gem 'rack-attack', '6.5.0' gem 'nexus_cqrs', '0.1.1' -gem 'nexus_cqrs_auth', '0.0.4' +gem 'nexus_cqrs_auth', '0.0.5' gem 'health_check', '3.0.0' gem 'rspec-rails', '4.1.2' gem 'rails-controller-testing', '1.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index 7ac5598a987c206aea38a0f640789b88de57bd7b..a3b06e03dc08674b02f5f7727209bd3e4e20bc44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM generator_spec ibsciss-middleware thread_safe - nexus_cqrs_auth (0.0.4) + nexus_cqrs_auth (0.0.5) nexus_cqrs (~> 0.1.1) pundit strings-case @@ -404,7 +404,7 @@ DEPENDENCIES mini_racer (= 0.3.1) mysql2 (= 0.5.3) nexus_cqrs (= 0.1.1) - nexus_cqrs_auth (= 0.0.4) + nexus_cqrs_auth (= 0.0.5) nexus_domain_events (= 1.1.2) pg (= 1.2.3) puma (= 4.3.8)