Skip to content

Commit ad723eb

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] <[email protected]>
1 parent 506bc7c commit ad723eb

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
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: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ GEM
293293
activemodel (>= 4.2, < 5.2)
294294
activerecord (>= 4.2, < 5.2)
295295
request_store (~> 1.0)
296-
gon (5.1.2)
297-
actionpack (>= 2.3.0)
298-
json
296+
gon (6.4.0)
297+
actionpack (>= 3.0.20)
298+
i18n (>= 0.7)
299299
multi_json
300-
request_store (>= 1.0.5)
300+
request_store (>= 1.0)
301301
gravtastic (3.2.6)
302302
groupdate (4.1.2)
303303
activesupport (>= 4.2)
@@ -378,7 +378,7 @@ GEM
378378
loggability (0.14.0)
379379
lolsoap (0.9.0)
380380
nokogiri (~> 1.5)
381-
loofah (2.9.1)
381+
loofah (2.10.0)
382382
crass (~> 1.0.2)
383383
nokogiri (>= 1.5.9)
384384
lumberjack (1.0.5)
@@ -392,7 +392,7 @@ GEM
392392
rake
393393
mini_magick (4.9.5)
394394
mini_mime (1.0.2)
395-
mini_portile2 (2.5.1)
395+
mini_portile2 (2.5.3)
396396
mini_racer (0.2.4)
397397
libv8 (>= 6.3)
398398
minitest (5.14.4)
@@ -408,7 +408,7 @@ GEM
408408
monetize (~> 1.4.0)
409409
money (~> 6.7)
410410
railties (>= 3.0)
411-
multi_json (1.13.1)
411+
multi_json (1.15.0)
412412
multi_xml (0.6.0)
413413
multipart-post (2.0.0)
414414
nested_form (0.3.2)
@@ -609,7 +609,8 @@ GEM
609609
refinerycms-settings (3.0.0)
610610
friendly_id (~> 5.0, >= 5.0.1)
611611
refinerycms-core (~> 3.0, >= 3.0.0)
612-
request_store (1.1.0)
612+
request_store (1.5.0)
613+
rack (>= 1.4)
613614
responders (2.4.1)
614615
actionpack (>= 4.2.0, < 6.0)
615616
railties (>= 4.2.0, < 6.0)
@@ -819,7 +820,7 @@ DEPENDENCIES
819820
formtastic (~> 3.1.5)
820821
formtastic-bootstrap
821822
friendly_id (~> 5.1.0)
822-
gon (~> 5.1.2)
823+
gon (~> 6.4.0)
823824
gravtastic
824825
groupdate
825826
guard-rspec (~> 4.2.8)

0 commit comments

Comments
 (0)