diff --git a/Gemfile b/Gemfile index 3a01685c..689f5cc3 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "active_record_union", "~> 1.3" gem "acts-as-taggable-on", "~> 5.0" gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "master" gem "addressable", "~> 2.5", ">= 2.5.2" -gem "administrate", "~> 0.11" +gem "administrate", "~> 0.13" gem "ahoy_email", "~> 0.5" gem "airbrake", "~> 8.1" gem "algoliasearch-rails", "~> 1.21" diff --git a/Gemfile.lock b/Gemfile.lock index defc63f1..79f68a91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,16 +60,16 @@ GEM activerecord (>= 4.2.8) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - administrate (0.11.0) - actionpack (>= 4.2, < 6.0) - actionview (>= 4.2, < 6.0) - activerecord (>= 4.2, < 6.0) + administrate (0.13.0) + actionpack (>= 4.2) + actionview (>= 4.2) + activerecord (>= 4.2) autoprefixer-rails (>= 6.0) datetime_picker_rails (~> 0.0.7) jquery-rails (>= 4.0) kaminari (>= 1.0) momentjs-rails (~> 2.8) - sass-rails (~> 5.0) + sassc-rails (~> 2.1) selectize-rails (~> 0.6) after_commit_action (1.1.0) activerecord (>= 3.0.0) @@ -152,7 +152,7 @@ GEM rake yajl-ruby buftok (0.2.0) - builder (3.2.3) + builder (3.2.4) bullet (5.9.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) @@ -196,7 +196,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) connection_pool (2.2.2) counter_culture (2.1.2) activerecord (>= 3.0.0) @@ -204,7 +204,7 @@ GEM after_commit_action (~> 1.0) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (1.0.4) + crass (1.0.6) csv_shaper (1.3.0) activesupport (>= 3.0.0) dalli (2.7.9) @@ -298,7 +298,7 @@ GEM rubocop (~> 0.51) smart_properties errbase (0.1.0) - erubi (1.8.0) + erubi (1.9.0) et-orbi (1.1.6) tzinfo eventmachine (1.2.5) @@ -329,7 +329,7 @@ GEM faraday_middleware (>= 0.9) loofah (>= 2.0) sax-machine (>= 1.0) - ffi (1.9.25) + ffi (1.12.2) figaro (1.1.1) thor (~> 0.14) fission (0.5.0) @@ -550,7 +550,7 @@ GEM mime-types (~> 3.0) multi_xml (>= 0.5.2) httpclient (2.8.3) - i18n (1.6.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) ice_nine (0.11.2) inflecto (0.0.2) @@ -596,7 +596,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.2.3) + loofah (2.4.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.13) @@ -612,7 +612,7 @@ GEM mime-types-data (3.2018.0812) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.0) momentjs-rails (2.20.1) railties (>= 3.1) msgpack (1.2.4) @@ -688,7 +688,7 @@ GEM rest-client pusher-signature (0.1.8) raabro (1.1.6) - rack (2.0.6) + rack (2.2.2) rack-host-redirect (1.3.0) rack rack-protection (2.0.5) @@ -718,8 +718,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) rails-observers (0.1.5) activemodel (>= 4.0) railties (5.1.6.2) @@ -729,10 +729,10 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (3.0.0) - rake (12.3.2) + rake (12.3.3) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.1) + ffi (~> 1.0) rbtree3 (0.5.0) rbvmomi (1.11.6) builder (~> 3.0) @@ -812,7 +812,7 @@ GEM jquery-rails rails sass-rails - sass (3.7.2) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -823,6 +823,14 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.2.1) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) @@ -889,7 +897,7 @@ GEM test-prof (0.7.3) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.10) timber (2.6.2) msgpack (~> 1.0) timecop (0.9.1) @@ -909,7 +917,7 @@ GEM multipart-post (~> 2.0) naught (~> 1.0) simple_oauth (~> 0.3.0) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) uber (0.1.0) uglifier (4.1.20) @@ -964,7 +972,7 @@ DEPENDENCIES acts-as-taggable-on (~> 5.0) acts_as_follower! addressable (~> 2.5, >= 2.5.2) - administrate (~> 0.11) + administrate (~> 0.13) ahoy_email (~> 0.5) airbrake (~> 8.1) algoliasearch-rails (~> 1.21)