Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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