diff --git a/Gemfile.lock b/Gemfile.lock index f4904a2..5f16123 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: nocms-microsites (0.0.1) - config (~> 1.0.0) + config (>= 1.0.0, < 1.8.0) globalize (>= 4.0.0, < 5.3) rails (> 4.2, < 5.3) @@ -51,20 +51,20 @@ GEM arel (6.0.3) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - builder (3.2.2) + builder (3.2.4) capybara (2.5.0) mime-types (>= 1.16) nokogiri (>= 1.3.3) rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - carrierwave (0.10.0) - activemodel (>= 3.2.0) - activesupport (>= 3.2.0) - json (>= 1.7) + carrierwave (1.3.2) + activemodel (>= 4.0.0) + activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) coderay (1.1.0) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) config (1.0.0) activesupport (>= 3.0) deep_merge (~> 1.0.0) @@ -86,17 +86,20 @@ GEM globalize (5.0.1) activemodel (>= 4.2.0, < 4.3) activerecord (>= 4.2.0, < 4.3) - i18n (0.7.0) - json (1.8.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json (1.8.6) loofah (2.0.3) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.8.2) - mime-types (2.99) - mini_mime (1.0.1) + mime-types (3.3.1) + mime-types-data (~> 3.2015) + mime-types-data (3.2020.1104) + mini_mime (1.0.2) mini_portile (0.6.2) - minitest (5.8.3) + minitest (5.14.3) nokogiri (1.6.6.4) mini_portile (~> 0.6.0) pry (0.10.3) @@ -167,17 +170,18 @@ GEM json simplecov slop (3.6.0) - sprockets (3.7.2) + sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + ssrf_filter (1.0.7) thor (0.19.1) - thread_safe (0.3.5) - tzinfo (1.2.2) + thread_safe (0.3.6) + tzinfo (1.2.9) thread_safe (~> 0.1) xpath (2.0.0) nokogiri (~> 1.3)