diff --git a/Gemfile b/Gemfile index f1f6579..45dfc91 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'feedjira', '~> 3.0' gem 'slim-rails', '~> 3.0' gem 'addressable', '~> 2.8' # backwards breaking changes in bootstrap 4 betas and final, will have to fix -gem 'bootstrap', '~> 4.3' +gem 'bootstrap', '~> 4.6' gem 'http', '~> 5.0' gem "font-awesome-rails", '~> 4.7' gem 'momentjs-rails', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7e0604d..5615f13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,20 +77,19 @@ GEM tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - autoprefixer-rails (10.4.16.0) + autoprefixer-rails (10.4.19.0) execjs (~> 2) base64 (0.2.0) bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.18.3) msgpack (~> 1.2) - bootstrap (4.6.2) + bootstrap (4.6.2.1) autoprefixer-rails (>= 9.1.0) popper_js (>= 1.16.1, < 2) - sassc-rails (>= 2.0.0) builder (3.3.0) byebug (11.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) date (3.3.4) @@ -119,7 +118,7 @@ GEM http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) irb (1.14.0) @@ -142,7 +141,7 @@ GEM marcel (1.0.4) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) momentjs-rails (2.29.4.1) railties (>= 3.1) msgpack (1.7.2) @@ -211,7 +210,7 @@ GEM ffi (~> 1.0) rdoc (6.7.0) psych (>= 4.0.0) - reline (0.5.9) + reline (0.5.10) io-console (~> 0.5) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -234,7 +233,7 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) @@ -242,7 +241,7 @@ GEM temple (0.10.3) terser (1.2.3) execjs (>= 0.3.0, < 3) - thor (1.3.1) + thor (1.3.2) tilt (2.4.0) timeout (0.4.1) tzinfo (2.0.6) @@ -257,7 +256,7 @@ GEM websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) x (0.14.1) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS ruby @@ -265,7 +264,7 @@ PLATFORMS DEPENDENCIES addressable (~> 2.8) bootsnap (>= 1.4.4) - bootstrap (~> 4.3) + bootstrap (~> 4.6) byebug feedjira (~> 3.0) font-awesome-rails (~> 4.7)