Commit fa2ccebf2f3050263eb5b81f43015529a554fe36

Authored by Rafael Manzo
1 parent 184fd35d

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.0.4'
  28 +gem 'jbuilder', '~> 2.1.2'
29 29  
30 30 # For user authentication and everything else
31 31 gem 'devise', '~> 3.2.4'
... ...
Gemfile.lock
... ... @@ -121,7 +121,7 @@ GEM
121 121 multi_json (~> 1.3)
122 122 hike (1.2.3)
123 123 i18n (0.6.11)
124   - jbuilder (2.0.8)
  124 + jbuilder (2.1.2)
125 125 activesupport (>= 3.0.0, < 5)
126 126 multi_json (~> 1.2)
127 127 jquery-rails (3.1.1)
... ... @@ -279,7 +279,7 @@ DEPENDENCIES
279 279 database_cleaner
280 280 devise (~> 3.2.4)
281 281 factory_girl_rails (~> 4.4.1)
282   - jbuilder (~> 2.0.4)
  282 + jbuilder (~> 2.1.2)
283 283 jquery-rails
284 284 jquery-ui-rails (~> 4.2.1)
285 285 kalibro_gatekeeper_client (~> 0.1.0)
... ...