Skip to content

Commit

Permalink
Bump json from 1.8.3 to 2.3.1
Browse files Browse the repository at this point in the history
Bumps [json](https://github.com/flori/json) from 1.8.3 to 2.3.1.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v1.8.3...v2.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2020
1 parent f5abb27 commit 3d68ad2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '3.2.22.5'
##gem 'rack', '~> 1.5.4'
# gem 'hoptoad_notifier', '2.4.11'
gem 'jammit', '0.6.5'
gem 'json', '1.8.3'
gem 'json', '2.3.1'
gem 'axlsx', :git => 'https://github.com/randym/axlsx.git', :branch => 'release-3.0.0'
gem 'axlsx_rails'

Expand Down
19 changes: 7 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
color (1.8)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.6)
daemons (1.2.6)
devise (1.4.7)
bcrypt-ruby (~> 3.0)
Expand All @@ -101,9 +101,6 @@ GEM
activerecord (>= 3.0.0)
hashery (2.1.2)
hike (1.2.3)
hoptoad_notifier (2.4.11)
activesupport
builder
htmlentities (4.3.4)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand All @@ -112,7 +109,7 @@ GEM
jammit (0.6.5)
yui-compressor (>= 0.9.3)
journey (1.0.4)
json (1.8.3)
json (2.3.1)
kgio (2.11.2)
launchy (2.0.5)
addressable (~> 2.2.6)
Expand All @@ -130,7 +127,7 @@ GEM
mini_portile2 (2.3.0)
mocha (1.3.0)
metaclass (~> 0.0.1)
multi_json (1.13.1)
multi_json (1.15.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
orm_adapter (0.0.7)
Expand Down Expand Up @@ -162,7 +159,7 @@ GEM
pdf-reader (>= 0.9.0)
ttfunk (~> 1.0.2)
rack (1.4.7)
rack-cache (1.7.2)
rack-cache (1.12.0)
rack (>= 0.4)
rack-ssl (1.3.4)
rack
Expand All @@ -189,8 +186,7 @@ GEM
actionpack (~> 3.0)
activerecord (~> 3.0)
polyamorous (~> 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
rdoc (3.9.5)
rmagick (2.13.2)
ruby-rc4 (0.1.5)
rubyzip (1.2.1)
Expand Down Expand Up @@ -225,7 +221,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.20.0)
thor (1.0.1)
tilt (1.4.1)
transaction-simple (1.4.0.2)
treetop (1.4.15)
Expand Down Expand Up @@ -264,10 +260,9 @@ DEPENDENCIES
dynamic_form (= 1.1.4)
factory_girl_rails (= 4.9)
foreigner (= 1.0.3)
hoptoad_notifier (= 2.4.11)
intermine (~> 1.4)
jammit (= 0.6.5)
json (= 1.8.3)
json (= 2.3.1)
launchy (= 2.0.5)
letter_opener
mocha (= 1.3)
Expand Down

0 comments on commit 3d68ad2

Please sign in to comment.