bump gon
This commit is contained in:
parent
0d925c0fed
commit
ab0143d18e
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -108,7 +108,7 @@ gem 'mobile-fu'
|
||||||
|
|
||||||
gem 'will_paginate'
|
gem 'will_paginate'
|
||||||
gem 'client_side_validations'
|
gem 'client_side_validations'
|
||||||
gem 'gon'
|
gem 'gon', '~> 4.0'
|
||||||
|
|
||||||
# assets
|
# assets
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ GEM
|
||||||
ruby-progressbar (~> 0.0.10)
|
ruby-progressbar (~> 0.0.10)
|
||||||
gherkin (2.11.0)
|
gherkin (2.11.0)
|
||||||
json (>= 1.4.6)
|
json (>= 1.4.6)
|
||||||
gon (3.0.4)
|
gon (4.0.0)
|
||||||
actionpack (>= 2.3.0)
|
actionpack (>= 2.3.0)
|
||||||
json
|
json
|
||||||
guard (1.1.1)
|
guard (1.1.1)
|
||||||
|
|
@ -497,7 +497,7 @@ DEPENDENCIES
|
||||||
foreigner (~> 1.2.1)
|
foreigner (~> 1.2.1)
|
||||||
foreman (= 0.57)
|
foreman (= 0.57)
|
||||||
fuubar (>= 1.0)
|
fuubar (>= 1.0)
|
||||||
gon
|
gon (~> 4.0)
|
||||||
guard-cucumber
|
guard-cucumber
|
||||||
guard-rspec
|
guard-rspec
|
||||||
guard-spork
|
guard-spork
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue