diff --git a/Gemfile b/Gemfile index e1127a7..e6bf3c4 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.12' +gem 'jbuilder', '~> 2.13' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index b641449..e3f3ffe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) arel (9.0.0) bcrypt (3.1.18) - builder (3.2.4) + builder (3.3.0) cancancan (3.0.2) climate_control (0.2.0) coffee-rails (4.2.2) @@ -65,7 +65,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) countries (5.2.0) unaccent (~> 0.3) country_select (8.0.0) @@ -84,7 +84,7 @@ GEM devise (>= 2.1.0) dynamic_form (1.1.4) email_reply_parser_ffcrm (0.5.0) - erubi (1.12.0) + erubi (1.13.0) execjs (2.8.1) fat_free_crm (0.19.2) activemodel-serializers-xml @@ -132,9 +132,9 @@ GEM temple (>= 0.8.0) tilt htmlentities (4.3.4) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) - jbuilder (2.12.0) + jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jquery-migrate-rails (1.2.1) @@ -161,8 +161,8 @@ GEM nokogiri (~> 1) rake mini_mime (1.1.2) - mini_portile2 (2.8.6) - minitest (5.23.0) + mini_portile2 (2.8.7) + minitest (5.25.1) net-imap (0.3.2) date net-protocol @@ -173,7 +173,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) @@ -192,7 +192,7 @@ GEM css_parser (>= 1.12.0) htmlentities (>= 4.0.0) public_suffix (5.0.1) - racc (1.8.0) + racc (1.8.1) rack (2.2.9) rack-test (2.1.0) rack (>= 1.3) @@ -304,7 +304,7 @@ DEPENDENCIES coffee-rails fat_free_crm (>= 0.15.0) haml (~> 5.0.0) - jbuilder (~> 2.12) + jbuilder (~> 2.13) jquery-rails pg rails (~> 5.2.0)