update gon to 6.3.2
This commit is contained in:
parent
78b62dd3ed
commit
d6814878e9
2 changed files with 5 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -189,7 +189,7 @@ gem "typhoeus", "1.3.1"
|
||||||
|
|
||||||
# Views
|
# Views
|
||||||
|
|
||||||
gem "gon", "6.2.1"
|
gem "gon", "6.3.2"
|
||||||
gem "hamlit", "2.9.3"
|
gem "hamlit", "2.9.3"
|
||||||
gem "mobile-fu", "1.4.0"
|
gem "mobile-fu", "1.4.0"
|
||||||
gem "rails-timeago", "2.17.1"
|
gem "rails-timeago", "2.17.1"
|
||||||
|
|
|
||||||
|
|
@ -273,8 +273,9 @@ GEM
|
||||||
terminal-table (~> 1.5, >= 1.5.1)
|
terminal-table (~> 1.5, >= 1.5.1)
|
||||||
globalid (0.4.2)
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
gon (6.2.1)
|
gon (6.3.2)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0.20)
|
||||||
|
i18n (>= 0.7)
|
||||||
multi_json
|
multi_json
|
||||||
request_store (>= 1.0)
|
request_store (>= 1.0)
|
||||||
guard (2.16.1)
|
guard (2.16.1)
|
||||||
|
|
@ -821,7 +822,7 @@ DEPENDENCIES
|
||||||
fixture_builder (= 0.5.2)
|
fixture_builder (= 0.5.2)
|
||||||
fog-aws (= 3.5.2)
|
fog-aws (= 3.5.2)
|
||||||
fuubar (= 2.5.0)
|
fuubar (= 2.5.0)
|
||||||
gon (= 6.2.1)
|
gon (= 6.3.2)
|
||||||
guard (= 2.16.1)
|
guard (= 2.16.1)
|
||||||
guard-rspec (= 4.7.3)
|
guard-rspec (= 4.7.3)
|
||||||
guard-rubocop (= 1.3.0)
|
guard-rubocop (= 1.3.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue