diff --git a/Gemfile.lock b/Gemfile.lock index 2e8760a7c4..2ea7fd3750 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) administrate-field-image (1.2.0) administrate (>= 0.2.0.rc1) @@ -100,6 +100,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties + bigdecimal (3.1.8) builder (3.2.4) byebug (11.1.3) capybara (3.39.2) @@ -113,7 +114,8 @@ GEM xpath (~> 3.2) coderay (1.1.3) concurrent-ruby (1.2.3) - crack (0.4.5) + crack (1.0.0) + bigdecimal rexml crass (1.0.6) database_cleaner (2.0.2) @@ -145,7 +147,7 @@ GEM front_matter_parser (1.0.1) globalid (1.2.1) activesupport (>= 6.1) - hashdiff (1.0.1) + hashdiff (1.1.0) highline (2.1.0) i18n (1.14.1) concurrent-ruby (~> 1.0) @@ -216,7 +218,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.3) + public_suffix (5.0.5) pundit (2.3.1) activesupport (>= 3.0.0) racc (1.7.3) @@ -260,7 +262,8 @@ GEM rake (13.1.0) redcarpet (3.6.0) regexp_parser (2.8.1) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec-core (3.12.2) rspec-support (~> 3.12.0) rspec-expectations (3.12.3) @@ -308,6 +311,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.3.0) @@ -322,7 +326,7 @@ GEM unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7) - webmock (3.19.1) + webmock (3.23.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0)