about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2020-02-21 05:26:51 -0600
committermultiple creatures <dev@multiple-creature.party>2020-02-21 05:26:51 -0600
commitd4bad9164268cd14744bef2f8e681079fb5b98ce (patch)
tree709e90b819c16f60570fabb6fddf867bf80def4e /Gemfile.lock
parentf0d3476c228a04ec7eaddd85cea4ef5f5173bcdd (diff)
update gems
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock140
1 files changed, 81 insertions, 59 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2df92c634..d5ee8a508 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,4 +1,12 @@
 GIT
+  remote: https://github.com/ianheggie/health_check
+  revision: 0b799ead604f900ed50685e9b2d469cd2befba5b
+  ref: 0b799ead604f900ed50685e9b2d469cd2befba5b
+  specs:
+    health_check (4.0.0.pre)
+      rails (>= 4.0)
+
+GIT
   remote: https://github.com/rack/rack.git
   revision: f690bb71425aa31d7b9b3113829af773950d8ab5
   ref: f690bb71425aa31d7b9b3113829af773950d8ab5
@@ -16,6 +24,7 @@ GIT
   remote: https://github.com/tmm1/http_parser.rb
   revision: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
   ref: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
+  submodules: true
   specs:
     http_parser.rb (0.6.1)
 
@@ -88,9 +97,9 @@ GEM
       public_suffix (>= 2.0.2, < 5.0)
     airbrussh (1.4.0)
       sshkit (>= 1.6.1, != 1.7.0)
-    annotate (2.7.5)
+    annotate (3.0.3)
       activerecord (>= 3.2, < 7.0)
-      rake (>= 10.4, < 13.0)
+      rake (>= 10.4, < 14.0)
     arel (9.0.0)
     ast (2.4.0)
     attr_encrypted (3.1.0)
@@ -98,13 +107,13 @@ GEM
     av (0.9.0)
       cocaine (~> 0.5.3)
     aws-eventstream (1.0.3)
-    aws-partitions (1.275.0)
-    aws-sdk-core (3.90.1)
+    aws-partitions (1.261.0)
+    aws-sdk-core (3.86.0)
       aws-eventstream (~> 1.0, >= 1.0.2)
       aws-partitions (~> 1, >= 1.239.0)
       aws-sigv4 (~> 1.1)
       jmespath (~> 1.0)
-    aws-sdk-kms (1.29.0)
+    aws-sdk-kms (1.27.0)
       aws-sdk-core (~> 3, >= 3.71.0)
       aws-sigv4 (~> 1.1)
     aws-sdk-s3 (1.60.2)
@@ -211,6 +220,8 @@ GEM
       devise (>= 4.0.0)
       rpam2 (~> 4.0)
     diff-lcs (1.3)
+    discard (1.2.0)
+      activerecord (>= 4.2, < 7)
     docile (1.3.2)
     domain_name (0.5.20190701)
       unf (>= 0.0.5, < 1.0.0)
@@ -247,6 +258,9 @@ GEM
     fastimage (2.1.7)
     ffi (1.10.0)
     ffi (1.10.0-x64-mingw32)
+    ffi-compiler (1.0.1)
+      ffi (>= 1.0.0)
+      rake
     fog-core (2.1.0)
       builder
       excon (~> 0.58)
@@ -270,9 +284,9 @@ GEM
       ffi (~> 1.0)
     globalid (0.4.2)
       activesupport (>= 4.2.0)
-    goldfinger (2.1.0)
+    goldfinger (2.1.1)
       addressable (~> 2.5)
-      http (~> 3.0)
+      http (~> 4.0)
       nokogiri (~> 1.8)
       oj (~> 3.0)
     hamlit (2.11.0)
@@ -288,8 +302,6 @@ GEM
       concurrent-ruby (~> 1.0)
     hashdiff (1.0.0)
     hashie (3.6.0)
-    health_check (3.0.0)
-      railties (>= 5.0)
     heapy (0.1.4)
     highline (2.0.3)
     hiredis (0.6.3)
@@ -297,14 +309,16 @@ GEM
     html2text (0.3.1)
       nokogiri (~> 1.10.3)
     htmlentities (4.3.4)
-    http (3.3.0)
+    http (4.3.0)
       addressable (~> 2.3)
       http-cookie (~> 1.0)
-      http-form_data (~> 2.0)
-      http_parser.rb (~> 0.6.0)
+      http-form_data (~> 2.2)
+      http-parser (~> 1.2.0)
     http-cookie (1.0.3)
       domain_name (~> 0.5)
     http-form_data (2.2.0)
+    http-parser (1.2.1)
+      ffi-compiler (>= 1.0, < 2.0)
     http_accept_language (2.1.1)
     httplog (1.4.2)
       rack (>= 1.0)
@@ -438,6 +452,7 @@ GEM
       parallel
     parser (2.7.0.2)
       ast (~> 2.4.0)
+    parslet (2.0.0)
     pastel (0.7.3)
       equatable (~> 0.6)
       tty-color (~> 0.5)
@@ -552,8 +567,10 @@ GEM
     rexml (3.2.4)
     rotp (2.1.2)
     rpam2 (4.0.2)
-    rqrcode (0.10.1)
+    rqrcode (1.1.2)
       chunky_png (~> 1.0)
+      rqrcode_core (~> 0.1)
+    rqrcode_core (0.1.1)
     rspec-core (3.9.1)
       rspec-support (~> 3.9.1)
     rspec-expectations (3.9.0)
@@ -618,7 +635,7 @@ GEM
       thor (~> 0)
     simple-navigation (4.1.0)
       activesupport (>= 2.3.2)
-    simple_form (4.1.0)
+    simple_form (5.0.2)
       actionpack (>= 5.0)
       activemodel (>= 5.0)
     simplecov (0.18.2)
@@ -637,7 +654,7 @@ GEM
       net-scp (>= 1.1.2)
       net-ssh (>= 2.8.0)
     statsd-ruby (1.4.0)
-    stoplight (2.1.3)
+    stoplight (2.2.0)
     streamio-ffmpeg (3.0.2)
       multi_json (~> 1.8)
     strong_migrations (0.6.2)
@@ -709,107 +726,111 @@ PLATFORMS
 
 DEPENDENCIES
   active_model_serializers (~> 0.10)
-  active_record_query_trace (~> 1.6)
-  addressable (~> 2.6)
-  annotate (~> 2.7)
-  aws-sdk-s3 (~> 1.41)
+  active_record_query_trace (~> 1.7)
+  addressable (~> 2.7)
+  annotate (~> 3.0)
+  aws-sdk-s3 (~> 1.60)
   better_errors (~> 2.5)
   binding_of_caller (~> 0.7)
   blurhash (~> 0.1)!
   bootsnap (~> 1.4)
-  brakeman (~> 4.5)
+  brakeman (~> 4.7)
   browser
-  bullet (~> 6.0)
+  bullet (~> 6.1)
   bundler-audit (~> 0.6)
   capistrano (~> 3.11)
   capistrano-rails (~> 1.4)
   capistrano-rbenv (~> 2.1)
   capistrano-yarn (~> 2.0)
   capybara (~> 3.22)
-  charlock_holmes (~> 0.7.6)
-  chewy (~> 5.0)
+  charlock_holmes (~> 0.7.7)
+  chewy (~> 5.1)
   climate_control (~> 0.2)
   concurrent-ruby
   connection_pool
   derailed_benchmarks
-  devise (~> 4.6)
-  devise-two-factor (~> 3.0)
+  devise (~> 4.7)
+  devise-two-factor (~> 3.1)
   devise_pam_authenticatable2 (~> 9.2)
-  doorkeeper (~> 5.1)
+  discard (~> 1.1)
+  doorkeeper (~> 5.2)
   dotenv-rails (~> 2.7)
-  fabrication (~> 2.20)
+  e2mmap (~> 0.1.0)
+  fabrication (~> 2.21)
   faker (~> 1.9)
   fast_blank (~> 1.0)
   fast_stack
   fastimage
   fog-core (<= 2.1.0)
   fog-openstack (~> 0.3)
-  fuubar (~> 2.4)
+  fuubar (~> 2.5)
   goldfinger (~> 2.1)
   hamlit-rails (~> 0.2)
-  health_check (~> 3.0)
+  health_check!
   hiredis (~> 0.6)
   html2text
   htmlentities (~> 4.3)
-  http (~> 3.3)
+  http (~> 4.3)
   http_accept_language (~> 2.1)
   http_parser.rb (~> 0.6)!
-  httplog (~> 1.3)
+  httplog (~> 1.4.2)
   i18n-tasks (~> 0.9)
   idn-ruby
   iso-639
-  json-ld (~> 3.0)
-  json-ld-preloaded (~> 3.0)
+  json-ld
+  json-ld-preloaded (~> 3.1)
   kaminari (~> 1.1)
   letter_opener (~> 1.7)
-  letter_opener_web (~> 1.3)
+  letter_opener_web (~> 1.4)
   link_header (~> 0.0)
   lograge (~> 0.11)
   makara (~> 0.4)
   mario-redis-lock (~> 1.2)
   memory_profiler
   microformats (~> 4.1)
-  mime-types (~> 3.2)
-  net-ldap (~> 0.10)
+  mime-types (~> 3.3.1)
+  net-ldap (~> 0.16)
   nilsimsa!
   nokogiri (~> 1.10)
   nsa (~> 0.2)
-  oj (~> 3.7)
+  oj (~> 3.10)
   omniauth (~> 1.9)
   omniauth-cas (~> 1.1)
   omniauth-saml (~> 1.10)
-  ox (~> 2.10)
+  ox (~> 2.12)
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
+  parallel (~> 1.19)
   parallel_tests (~> 2.29)
-  pg (~> 1.1)
-  pghero (~> 2.2)
-  pkg-config (~> 1.3)
+  parslet
+  pg (~> 1.2)
+  pghero (~> 2.4)
+  pkg-config (~> 1.4)
   posix-spawn!
   premailer-rails
   private_address_check (~> 0.5)
-  pry-byebug (~> 3.7)
+  pry-byebug (~> 3.8)
   pry-rails (~> 0.3)
-  puma (~> 4.0)
+  puma (~> 4.3)
   pundit (~> 2.0)
   rack!
-  rack-attack (~> 6.1)
-  rack-cors (~> 1.0)
-  rails (~> 5.2.3)
+  rack-attack (~> 6.2)
+  rack-cors (~> 1.1)
+  rails (~> 5.2.4)
   rails-controller-testing (~> 1.0)
   rails-i18n (~> 5.1)
   rails-settings-cached (~> 0.6)
-  rdf-normalize (~> 0.3)
+  rdf-normalize (~> 0.4)
   redcarpet (~> 3.4)
   redis (~> 4.1)
-  redis-namespace (~> 1.5)
+  redis-namespace (~> 1.7)
   redis-rails (~> 5.0)
   reek
-  rqrcode (~> 0.10)
-  rspec-rails (~> 3.8)
+  rqrcode (~> 1.1)
+  rspec-rails (~> 3.9)
   rspec-sidekiq (~> 3.0)
-  rubocop (~> 0.74)
-  rubocop-rails (~> 2.3)
+  rubocop (~> 0.79)
+  rubocop-rails (~> 2.4)
   ruby-bbcode (~> 2.0)
   ruby-progressbar (~> 1.10)
   sanitize (~> 5.1)
@@ -817,23 +838,24 @@ DEPENDENCIES
   sidekiq-bulk (~> 0.2.0)
   sidekiq-scheduler (~> 3.0)
   sidekiq-unique-jobs (~> 6.0)
-  simple-navigation (~> 4.0)
-  simple_form (~> 4.1)
+  simple-navigation (~> 4.1)
+  simple_form (~> 5.0)
   simplecov (~> 0.16)
   sixarm_ruby_unaccent (~> 1.2)
   sprockets-rails (~> 3.2)
-  stoplight (~> 2.1.3)
+  stoplight (~> 2.2.0)
   streamio-ffmpeg (~> 3.0)
-  strong_migrations (~> 0.4)
+  strong_migrations (~> 0.5)
   sun_calc (~> 0.1.0)
   sys-proctable (~> 1.2)
   thor (~> 0.20)
-  tty-command (~> 0.8)
-  tty-prompt (~> 0.19)
+  thwait (~> 0.1.0)
+  tty-command (~> 0.9)
+  tty-prompt (~> 0.20)
   twitter-text (~> 1.14)
   tzinfo-data (~> 1.2019)
   webmock (~> 3.5)
-  webpacker (~> 4.0)
+  webpacker (~> 4.2)
   webpush
 
 RUBY VERSION