diff --git a/Gemfile b/Gemfile index 474074b6521..e8cf3c03146 100644 --- a/Gemfile +++ b/Gemfile @@ -21,24 +21,24 @@ gem 'browser' gem 'caxlsx', require: false gem 'concurrent-ruby' gem 'connection_pool' -gem 'cssbundling-rails' +gem 'cssbundling-rails', '>= 1.1.0' gem 'devise', '~> 4.8' gem 'dotiw', '>= 4.0.1' gem 'faraday', '~> 2' gem 'faker' gem 'faraday-retry' gem 'foundation_emails' -gem 'good_job', '~> 3.0' +gem 'good_job', '~> 3.20', '>= 3.20.0' gem 'hashie', '~> 4.1' gem 'http_accept_language' gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v3.4.2' gem 'identity-logging', github: '18F/identity-logging', tag: 'v0.1.0' gem 'identity_validations', github: '18F/identity-validations', tag: 'v0.7.2' -gem 'jsbundling-rails', '~> 1.1.2' +gem 'jsbundling-rails', '~> 1.2.0' gem 'jwe' gem 'jwt' -gem 'lograge', '>= 0.11.2' -gem 'lookbook', '~> 2.0.0', require: false +gem 'lograge', '>= 0.12.0' +gem 'lookbook', '~> 2.1.0', require: false gem 'lru_redux' gem 'mail' gem 'msgpack', '~> 1.6' @@ -51,7 +51,7 @@ gem 'pg' gem 'phonelib' gem 'premailer-rails', '>= 1.12.0' gem 'profanity_filter' -gem 'propshaft' +gem 'propshaft', '>= 0.8.0' gem 'rack', '>= 2.2.3.1' gem 'rack-attack', '>= 6.2.1' gem 'rack-cors', '>= 1.0.5', require: 'rack/cors' @@ -98,7 +98,7 @@ group :development, :test do gem 'bullet', '~> 7.0' gem 'capybara-webmock', git: 'https://github.com/hashrocket/capybara-webmock.git', ref: 'd3f3b7c' gem 'erb_lint', '~> 0.4.0', require: false - gem 'i18n-tasks', '~> 1.0' + gem 'i18n-tasks', '~> 1.0', '>= 1.0.13' gem 'knapsack' gem 'listen' gem 'nokogiri', '~> 1.14.0' diff --git a/Gemfile.lock b/Gemfile.lock index f1c0f3df9cb..973cd1f2afc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,9 +248,9 @@ GEM crack (0.4.5) rexml crass (1.0.6) - css_parser (1.14.0) + css_parser (1.16.0) addressable - cssbundling-rails (1.0.0) + cssbundling-rails (1.3.3) railties (>= 6.0.0) date (3.3.3) dead_end (4.0.0) @@ -316,7 +316,7 @@ GEM ffi (>= 1.0.0) rake foundation_emails (2.2.1.0) - fugit (1.8.1) + fugit (1.9.0) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) geocoder (1.7.0) @@ -324,7 +324,7 @@ GEM ffi (~> 1.0) globalid (1.2.1) activesupport (>= 6.1) - good_job (3.19.4) + good_job (3.20.0) activejob (>= 6.0.0) activerecord (>= 6.0.0) concurrent-ruby (>= 1.0.2) @@ -342,14 +342,14 @@ GEM http_accept_language (2.1.1) i18n (1.14.1) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.12) + i18n-tasks (1.0.13) activesupport (>= 4.0.2) ast (>= 2.1.0) better_html (>= 1.0, < 3.0) erubi highline (>= 2.0.0) i18n - parser (>= 2.2.3.0) + parser (>= 3.2.2.1) rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) @@ -359,7 +359,7 @@ GEM rdoc reline (>= 0.3.8) jmespath (1.6.2) - jsbundling-rails (1.1.2) + jsbundling-rails (1.2.1) railties (>= 6.0.0) json (2.6.3) jwe (0.4.0) @@ -374,7 +374,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - lograge (0.11.2) + lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) @@ -382,7 +382,7 @@ GEM loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) - lookbook (2.0.5) + lookbook (2.1.1) activemodel css_parser htmlbeautifier (~> 1.3) @@ -435,7 +435,7 @@ GEM openssl (> 2.0, < 3.1) orm_adapter (0.5.0) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pg (1.5.4) @@ -452,7 +452,7 @@ GEM net-smtp premailer (~> 1.7, >= 1.7.9) profanity_filter (0.1.1) - propshaft (0.7.0) + propshaft (0.8.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack @@ -468,7 +468,8 @@ GEM yard (~> 0.9.11) pry-rails (0.3.9) pry (>= 0.10.4) - psych (4.0.2) + psych (5.1.1.1) + stringio public_suffix (5.0.3) puma (5.6.7) nio4r (~> 2.0) @@ -520,7 +521,7 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails-i18n (7.0.6) + rails-i18n (7.0.8) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.1.1) @@ -532,7 +533,7 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -559,7 +560,7 @@ GEM activerecord (>= 5.0) rgeo (>= 1.0.0) rotp (6.2.0) - rouge (4.1.3) + rouge (4.2.0) rqrcode (2.1.0) chunky_png (~> 1.0) rqrcode_core (~> 1.0) @@ -657,6 +658,7 @@ GEM unf (~> 0.1.4) smart_properties (1.17.0) stringex (2.8.5) + stringio (3.0.8) strong_migrations (1.6.4) activerecord (>= 5.2) subprocess (1.5.5) @@ -675,7 +677,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) uniform_notifier (1.16.0) valid_email (0.1.4) activemodel @@ -752,7 +754,7 @@ DEPENDENCIES caxlsx concurrent-ruby connection_pool - cssbundling-rails + cssbundling-rails (>= 1.1.0) derailed_benchmarks devise (~> 4.8) dotiw (>= 4.0.1) @@ -763,22 +765,22 @@ DEPENDENCIES faraday (~> 2) faraday-retry foundation_emails - good_job (~> 3.0) + good_job (~> 3.20, >= 3.20.0) hashie (~> 4.1) http_accept_language - i18n-tasks (~> 1.0) + i18n-tasks (~> 1.0, >= 1.0.13) identity-hostdata! identity-logging! identity_validations! irb - jsbundling-rails (~> 1.1.2) + jsbundling-rails (~> 1.2.0) jwe jwt knapsack letter_opener (~> 1.8) listen - lograge (>= 0.11.2) - lookbook (~> 2.0.0) + lograge (>= 0.12.0) + lookbook (~> 2.1.0) lru_redux mail maxminddb @@ -792,7 +794,7 @@ DEPENDENCIES phonelib premailer-rails (>= 1.12.0) profanity_filter - propshaft + propshaft (>= 0.8.0) pry-byebug pry-doc pry-rails @@ -850,7 +852,7 @@ DEPENDENCIES zxcvbn (= 0.1.9) RUBY VERSION - ruby 3.2.2p53 + ruby 2.7.8p225 BUNDLED WITH 2.4.20