提交 e1aaa2ff 编写于 作者: P Pavel Pravosud

Bump Jbuilder version to 2.0.0

上级 15e442b5
......@@ -28,7 +28,7 @@ group :doc do
end
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
gem 'jbuilder', '~> 2.0'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.1.2'
......
......@@ -40,7 +40,7 @@ GEM
multi_json (~> 1.0)
hike (1.2.3)
i18n (0.6.4)
jbuilder (1.4.2)
jbuilder (2.0.0)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.0.2)
......@@ -110,7 +110,7 @@ PLATFORMS
DEPENDENCIES
coffee-rails
jbuilder (~> 1.2)
jbuilder (~> 2.0)
jquery-rails
rails (= 4.0.0)
sass-rails
......
......@@ -329,7 +329,7 @@ def platform_dependent_gemfile_entry
def jbuilder_gemfile_entry
comment = 'Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder'
GemfileEntry.version('jbuilder', '~> 1.2', comment)
GemfileEntry.version('jbuilder', '~> 2.0', comment)
end
def sdoc_gemfile_entry
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册