bump gon
This commit is contained in:
parent
d3fe58407c
commit
b2b16ee3ab
2 changed files with 5 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -87,7 +87,7 @@ gem 'typhoeus', '0.6.3'
|
|||
# Views
|
||||
|
||||
gem 'client_side_validations', '3.2.5'
|
||||
gem 'gon', '4.1.0'
|
||||
gem 'gon', '4.1.1'
|
||||
gem 'haml', '4.0.3'
|
||||
gem 'mobile-fu', '1.1.1'
|
||||
gem 'will_paginate', '3.0.4'
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ GEM
|
|||
ruby-progressbar (~> 1.0.0)
|
||||
gherkin (2.12.0)
|
||||
multi_json (~> 1.3)
|
||||
gon (4.1.0)
|
||||
gon (4.1.1)
|
||||
actionpack (>= 2.3.0)
|
||||
json
|
||||
guard (1.8.0)
|
||||
|
|
@ -165,7 +165,7 @@ GEM
|
|||
sprockets (>= 2.0.3)
|
||||
tilt
|
||||
hashie (2.0.5)
|
||||
hike (1.2.2)
|
||||
hike (1.2.3)
|
||||
http_accept_language (1.0.2)
|
||||
httpauth (0.2.0)
|
||||
i18n (0.6.1)
|
||||
|
|
@ -213,7 +213,7 @@ GEM
|
|||
mobile-fu (1.1.1)
|
||||
rack-mobile-detect
|
||||
rails
|
||||
multi_json (1.7.3)
|
||||
multi_json (1.7.6)
|
||||
multipart-post (1.2.0)
|
||||
mysql2 (0.3.11)
|
||||
nested_form (0.3.2)
|
||||
|
|
@ -434,7 +434,7 @@ DEPENDENCIES
|
|||
foreigner (= 1.4.1)
|
||||
foreman (= 0.62)
|
||||
fuubar (= 1.1.0)
|
||||
gon (= 4.1.0)
|
||||
gon (= 4.1.1)
|
||||
guard-cucumber (= 1.4.0)
|
||||
guard-rspec (= 3.0.1)
|
||||
guard-spork (= 1.5.0)
|
||||
|
|
@ -484,7 +484,6 @@ DEPENDENCIES
|
|||
timecop (= 0.6.1)
|
||||
twitter (= 4.6.2)
|
||||
typhoeus (= 0.6.3)
|
||||
uglifier (= 2.0.1)
|
||||
uglifier (= 2.1.1)
|
||||
unicorn (= 4.6.2)
|
||||
webmock (= 1.11.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue