Commit 4c819f53861bc7e48ae9ce6daea8d792d858a48a
Committed by
Diego Camarinha
1 parent
973daa63
Exists in
colab
and in
4 other branches
jbuilder updated
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -25,7 +25,7 @@ gem 'jquery-rails' |
25 | 25 | gem 'turbolinks' |
26 | 26 | |
27 | 27 | # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder |
28 | -gem 'jbuilder', '~> 2.2.2' | |
28 | +gem 'jbuilder', '~> 2.0' | |
29 | 29 | |
30 | 30 | # For user authentication and everything else |
31 | 31 | gem 'devise', '~> 3.5.1' | ... | ... |
Gemfile.lock
... | ... | @@ -146,7 +146,7 @@ GEM |
146 | 146 | i18n_generators (1.2.1) |
147 | 147 | mechanize |
148 | 148 | rails (>= 3.0.0) |
149 | - jbuilder (2.2.13) | |
149 | + jbuilder (2.3.0) | |
150 | 150 | activesupport (>= 3.0.0, < 5) |
151 | 151 | multi_json (~> 1.2) |
152 | 152 | jquery-rails (4.0.3) |
... | ... | @@ -345,7 +345,7 @@ DEPENDENCIES |
345 | 345 | google-analytics-rails (~> 0.0.6) |
346 | 346 | http_accept_language |
347 | 347 | i18n_generators |
348 | - jbuilder (~> 2.2.2) | |
348 | + jbuilder (~> 2.0) | |
349 | 349 | jquery-rails |
350 | 350 | jquery-ui-rails (~> 5.0.0) |
351 | 351 | kalibro_client (~> 0.3.0) | ... | ... |