Bump jbuilder from 2.9.1 to 2.10.0 (#5989)

This commit is contained in:
dependabot-preview[bot] 2020-02-10 13:46:30 -05:00 committed by GitHub
parent 665fd822eb
commit 644c974dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)