diff --git a/Gemfile b/Gemfile index 4e38af970..3b42534da 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem "htmlentities", "~> 4.3", ">= 4.3.4" # A module for encoding and decoding (X gem "httparty", "~> 0.18" # Makes http fun! Also, makes consuming restful web services dead easy gem "imgproxy", "~> 1.2" # A gem that easily generates imgproxy URLs for your images gem "inline_svg", "~> 1.7" # Embed SVG documents in your Rails views and style them with CSS -gem "jbuilder", "~> 2.10" # Create JSON structures via a Builder-style DSL +gem "jbuilder", "~> 2.11" # Create JSON structures via a Builder-style DSL gem "jquery-rails", "~> 4.4" # A gem to automate using jQuery with Rails gem "jsonapi-serializer", "~> 2.1" # Serializer for Ruby objects gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator diff --git a/Gemfile.lock b/Gemfile.lock index 756a5ab98..071c7f214 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -398,7 +398,7 @@ GEM activesupport (>= 3.0) nokogiri (>= 1.6) ipaddress (0.8.3) - jbuilder (2.10.1) + jbuilder (2.11.1) activesupport (>= 5.0.0) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) @@ -901,7 +901,7 @@ DEPENDENCIES hypershield (~> 0.2.2) imgproxy (~> 1.2) inline_svg (~> 1.7) - jbuilder (~> 2.10) + jbuilder (~> 2.11) jquery-rails (~> 4.4) jsonapi-serializer (~> 2.1) kaminari (~> 1.2) diff --git a/vendor/cache/jbuilder-2.10.1.gem b/vendor/cache/jbuilder-2.10.1.gem deleted file mode 100644 index d77040366..000000000 Binary files a/vendor/cache/jbuilder-2.10.1.gem and /dev/null differ diff --git a/vendor/cache/jbuilder-2.11.1.gem b/vendor/cache/jbuilder-2.11.1.gem new file mode 100644 index 000000000..63a414b12 Binary files /dev/null and b/vendor/cache/jbuilder-2.11.1.gem differ