diff --git a/Gemfile.lock b/Gemfile.lock index 42b95b14..889035f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,35 +18,34 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (6.1.7.2) - actionview (= 6.1.7.2) - activesupport (= 6.1.7.2) - rack (~> 2.0, >= 2.0.9) + actionpack (7.0.8) + actionview (= 7.0.8) + activesupport (= 7.0.8) + rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.7.2) - activesupport (= 6.1.7.2) + actionview (7.0.8) + activesupport (= 7.0.8) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.1.7.2) - activesupport (= 6.1.7.2) - activesupport (6.1.7.2) + activemodel (7.0.8) + activesupport (= 7.0.8) + activesupport (7.0.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.4.0) - bcrypt (3.1.18) + bcrypt (3.1.19) builder (3.2.4) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) crass (1.0.6) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - devise (4.9.0) + devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -67,42 +66,45 @@ GEM hashie (>= 3.4) mime-types (>= 1.16, < 3.0) oauth2 (~> 1.0) - gli (2.21.0) + gli (2.21.1) hashie (5.0.0) highline (2.1.0) http-accept (1.7.0) http-cookie (1.0.5) domain_name (~> 0.5) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) i18n-spec (0.6.0) iso iso (0.4.0) i18n json (2.6.3) - jwt (2.7.0) + jwt (2.7.1) localeapp (3.3.0) gli i18n (>= 0.7, < 2) json (>= 1.7.7) rest-client (>= 1.8.0) - loofah (2.19.1) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) method_source (1.0.0) mime-types (2.99.3) - mini_portile2 (2.8.1) - minitest (5.17.0) + mini_portile2 (2.8.4) + minitest (5.20.0) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.3.0) netrc (0.11.0) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - oauth (0.6.2) + oauth (1.1.0) + oauth-tty (~> 1.0, >= 1.0.1) snaky_hash (~> 2.0) version_gem (~> 1.1) + oauth-tty (1.0.5) + version_gem (~> 1.1, >= 1.1.1) oauth2 (1.4.8) faraday (>= 0.8, < 3.0) jwt (>= 1.0, < 3.0) @@ -122,23 +124,26 @@ GEM orm_adapter (0.5.0) psych (5.1.0) stringio - racc (1.6.2) - rack (2.2.6.4) - rack-protection (3.0.5) - rack - rack-test (2.0.2) + racc (1.7.1) + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) + rack-test (2.1.0) rack (>= 1.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) - railties (6.1.7.2) - actionpack (= 6.1.7.2) - activesupport (= 6.1.7.2) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (7.0.8) + actionpack (= 7.0.8) + activesupport (= 7.0.8) method_source rake (>= 12.2) thor (~> 1.0) + zeitwerk (~> 2.5) rake (13.0.6) rchardet (1.8.0) rdoc (6.5.0) @@ -155,39 +160,39 @@ GEM rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) + rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.3) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.1) + rspec-rails (6.0.3) 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-support (3.12.0) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) + rspec-support (3.12.1) semver2 (3.4.2) snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - stringio (3.0.5) - thor (1.2.1) + stringio (3.0.8) + thor (1.2.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.8.2) - version_gem (1.1.1) + version_gem (1.1.3) warden (1.2.9) rack (>= 2.0.9) - zeitwerk (2.6.7) + zeitwerk (2.6.12) PLATFORMS ruby diff --git a/spec/locale_loading_spec.rb b/spec/locale_loading_spec.rb index 662454f9..4e3fec58 100644 --- a/spec/locale_loading_spec.rb +++ b/spec/locale_loading_spec.rb @@ -27,7 +27,7 @@ expected_translations = <<-EOS.gsub(/^ */, '') In Arabic: تم غلق حسابك. In Azerbajani: Sizin hesabınız bloklanmışdır. - In Bulgarian: translation missing: bg.devise.failure.locked + In Bulgarian: Translation missing: bg.devise.failure.locked EOS expect(translations).to eq(expected_translations) @@ -44,8 +44,8 @@ it 'loads only this locale' do expected_translations = <<-EOS.gsub(/^ */, '') In Arabic: تم غلق حسابك. - In Azerbajani: translation missing: az.devise.failure.locked - In Bulgarian: translation missing: bg.devise.failure.locked + In Azerbajani: Translation missing: az.devise.failure.locked + In Bulgarian: Translation missing: bg.devise.failure.locked EOS expect(translations).to eq(expected_translations)