aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2019-05-23 14:01:30 -0400
committerGitHub <noreply@github.com>2019-05-23 14:01:30 -0400
commita85c372798723b900762c27e62c35689905327aa (patch)
tree70a1994ef9f7d5f307c695f828e4299e300d088f
parent639d7beb0b2f2c412b6f561f10bc1d66ab3b0b1e (diff)
parent1fe26f7f8b515f376180034dcce5a6105f646e74 (diff)
downloadrails-a85c372798723b900762c27e62c35689905327aa.tar.gz
rails-a85c372798723b900762c27e62c35689905327aa.tar.bz2
rails-a85c372798723b900762c27e62c35689905327aa.zip
Merge pull request #36336 from aried3r/patch-7
Bump Gemfile entry jbuilder version
-rw-r--r--railties/lib/rails/generators/app_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index 8782a85391..303073d867 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -322,7 +322,7 @@ module Rails
def jbuilder_gemfile_entry
comment = "Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder"
- GemfileEntry.new "jbuilder", "~> 2.5", comment, {}, options[:api]
+ GemfileEntry.new "jbuilder", "~> 2.7", comment, {}, options[:api]
end
def javascript_gemfile_entry