Skip to content

Commit f937323

Browse files
Bump gon from 5.1.2 to 6.4.0
Bumps [gon](https://github.com/gazay/gon) from 5.1.2 to 6.4.0. - [Release notes](https://github.com/gazay/gon/releases) - [Changelog](https://github.com/gazay/gon/blob/master/CHANGELOG.md) - [Commits](gazay/gon@v5.1.2...v6.4.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8f2bd0 commit f937323

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99
gem 'rails', '~> 4.2.11.3'
1010

1111
gem 'braintree'
12-
gem 'gon', '~> 5.1.2'
12+
gem 'gon', '~> 6.4.0'
1313

1414
# respond_to methods have been extracted to the responders gem
1515
# http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,11 @@ GEM
299299
activemodel (>= 4.2, < 5.2)
300300
activerecord (>= 4.2, < 5.2)
301301
request_store (~> 1.0)
302-
gon (5.1.2)
303-
actionpack (>= 2.3.0)
304-
json
302+
gon (6.4.0)
303+
actionpack (>= 3.0.20)
304+
i18n (>= 0.7)
305305
multi_json
306-
request_store (>= 1.0.5)
306+
request_store (>= 1.0)
307307
gravtastic (3.2.6)
308308
groupdate (4.1.2)
309309
activesupport (>= 4.2)
@@ -392,7 +392,9 @@ GEM
392392
mini_mime (>= 0.1.1)
393393
method_source (0.8.2)
394394
mime-types (2.99.3)
395-
mimemagic (0.3.2)
395+
mimemagic (0.4.3)
396+
nokogiri (~> 1)
397+
rake
396398
mina (0.3.8)
397399
open4 (~> 1.3.4)
398400
rake
@@ -414,7 +416,7 @@ GEM
414416
monetize (~> 1.4.0)
415417
money (~> 6.7)
416418
railties (>= 3.0)
417-
multi_json (1.13.1)
419+
multi_json (1.15.0)
418420
multi_xml (0.6.0)
419421
multipart-post (2.0.0)
420422
nested_form (0.3.2)
@@ -615,7 +617,8 @@ GEM
615617
refinerycms-settings (3.0.0)
616618
friendly_id (~> 5.0, >= 5.0.1)
617619
refinerycms-core (~> 3.0, >= 3.0.0)
618-
request_store (1.1.0)
620+
request_store (1.5.0)
621+
rack (>= 1.4)
619622
responders (2.4.1)
620623
actionpack (>= 4.2.0, < 6.0)
621624
railties (>= 4.2.0, < 6.0)
@@ -825,7 +828,7 @@ DEPENDENCIES
825828
formtastic (~> 3.1.5)
826829
formtastic-bootstrap
827830
friendly_id (~> 5.1.0)
828-
gon (~> 5.1.2)
831+
gon (~> 6.4.0)
829832
gravtastic
830833
groupdate
831834
guard-rspec (~> 4.2.8)

0 commit comments

Comments
 (0)