Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Bump json from 1.8.3 to 2.5.1 in /www #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
65 changes: 33 additions & 32 deletions www/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.6)
activesupport (4.2.11.3)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
Expand All @@ -14,7 +13,7 @@ GEM
parser (~> 2.2)
autoprefixer-rails (6.3.3.1)
execjs
backports (3.6.8)
backports (3.20.1)
builder (3.2.2)
capybara (2.5.0)
mime-types (>= 1.16)
Expand All @@ -33,19 +32,19 @@ GEM
colorize (0.7.7)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.0.1)
concurrent-ruby (1.1.7)
contracts (0.13.0)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.0.9.1)
excon (0.49.0)
execjs (2.6.0)
execjs (2.7.0)
fast_blank (1.0.0)
fastimage (1.8.1)
addressable (~> 2.3, >= 2.3.5)
ffi (1.9.10)
ffi (1.14.2)
fog-aws (0.9.2)
fog-core (~> 1.27)
fog-json (~> 1.0)
Expand All @@ -66,15 +65,15 @@ GEM
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.4.3)
hashie (3.6.0)
http_parser.rb (0.6.0)
i18n (0.7.0)
ipaddress (0.8.3)
json (1.8.3)
json (2.5.1)
kramdown (1.10.0)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
map (6.6.0)
method_source (0.8.2)
middleman (4.1.2)
Expand Down Expand Up @@ -127,46 +126,48 @@ GEM
middleman-sprockets (4.0.0.rc.1)
middleman-core (>= 4.0.0.rc.1)
sprockets (~> 3.0)
mime-types (3.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
mini_portile2 (2.0.0)
minitest (5.8.4)
mime-types-data (3.2020.1104)
mini_portile2 (2.5.0)
minitest (5.14.3)
multi_json (1.12.1)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
padrino-helpers (0.13.1)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.1)
tilt (~> 1.4.1)
padrino-support (0.13.1)
padrino-support (= 0.13.3.4)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3.4)
activesupport (>= 3.1)
parallel (1.6.2)
parallel (1.20.1)
parser (2.3.0.6)
ast (~> 2.2)
powerpack (0.0.9)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.4)
racc (1.5.2)
rack (1.6.13)
rack-livereload (0.3.16)
rack
rack-test (0.6.3)
rack (>= 1.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (2.1.0)
rake (10.5.0)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rubocop (0.28.0)
astrolabe (~> 1.3)
parser (>= 2.2.0.pre.7, < 3.0)
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.7.5)
sass (3.4.21)
sass (3.4.25)
scss_lint (0.47.1)
rake (>= 0.9, < 11)
sass (~> 3.4.15)
Expand All @@ -179,17 +180,17 @@ GEM
rack (> 1, < 3)
temple (0.7.6)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (1.4.1)
tzinfo (1.2.2)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)

PLATFORMS
Expand Down