Skip to content

Commit

Permalink
Bump gon from 5.1.2 to 6.4.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2021
1 parent 506bc7c commit ad723eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
gem 'rails', '~> 4.2.11.3'

gem 'braintree'
gem 'gon', '~> 5.1.2'
gem 'gon', '~> 6.4.0'

# respond_to methods have been extracted to the responders gem
# http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,11 @@ GEM
activemodel (>= 4.2, < 5.2)
activerecord (>= 4.2, < 5.2)
request_store (~> 1.0)
gon (5.1.2)
actionpack (>= 2.3.0)
json
gon (6.4.0)
actionpack (>= 3.0.20)
i18n (>= 0.7)
multi_json
request_store (>= 1.0.5)
request_store (>= 1.0)
gravtastic (3.2.6)
groupdate (4.1.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -378,7 +378,7 @@ GEM
loggability (0.14.0)
lolsoap (0.9.0)
nokogiri (~> 1.5)
loofah (2.9.1)
loofah (2.10.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.5)
Expand All @@ -392,7 +392,7 @@ GEM
rake
mini_magick (4.9.5)
mini_mime (1.0.2)
mini_portile2 (2.5.1)
mini_portile2 (2.5.3)
mini_racer (0.2.4)
libv8 (>= 6.3)
minitest (5.14.4)
Expand All @@ -408,7 +408,7 @@ GEM
monetize (~> 1.4.0)
money (~> 6.7)
railties (>= 3.0)
multi_json (1.13.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.0.0)
nested_form (0.3.2)
Expand Down Expand Up @@ -609,7 +609,8 @@ GEM
refinerycms-settings (3.0.0)
friendly_id (~> 5.0, >= 5.0.1)
refinerycms-core (~> 3.0, >= 3.0.0)
request_store (1.1.0)
request_store (1.5.0)
rack (>= 1.4)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
Expand Down Expand Up @@ -819,7 +820,7 @@ DEPENDENCIES
formtastic (~> 3.1.5)
formtastic-bootstrap
friendly_id (~> 5.1.0)
gon (~> 5.1.2)
gon (~> 6.4.0)
gravtastic
groupdate
guard-rspec (~> 4.2.8)
Expand Down

0 comments on commit ad723eb

Please sign in to comment.