diff --git a/Gemfile b/Gemfile index 55949ded2..4ac11bbfc 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "html_truncator", "~> 0.4" # Truncate an HTML string properly gem "htmlentities", "~> 4.3", ">= 4.3.4" # A module for encoding and decoding (X)HTML entities gem "httparty", "~> 0.17" # Makes http fun! Also, makes consuming restful web services dead easy gem "inline_svg", "~> 1.6" # Embed SVG documents in your Rails views and style them with CSS -gem "jbuilder", "~> 2.9" # Create JSON structures via a Builder-style DSL +gem "jbuilder", "~> 2.10" # Create JSON structures via a Builder-style DSL gem "jquery-rails", "~> 4.3" # A gem to automate using jQuery with Rails gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator gem "libhoney", "~> 1.14" # Ruby gem for sending data to Honeycomb diff --git a/Gemfile.lock b/Gemfile.lock index 675797f19..f3003dfa5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -429,8 +429,8 @@ GEM nokogiri (>= 1.6) ipaddress (0.8.3) jaro_winkler (1.5.4) - jbuilder (2.9.1) - activesupport (>= 4.2.0) + jbuilder (2.10.0) + activesupport (>= 5.0.0) jmespath (1.4.0) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) @@ -932,7 +932,7 @@ DEPENDENCIES htmlentities (~> 4.3, >= 4.3.4) httparty (~> 0.17) inline_svg (~> 1.6) - jbuilder (~> 2.9) + jbuilder (~> 2.10) jquery-rails (~> 4.3) kaminari (~> 1.2) launchy (~> 2.4)