Browse Source

lock files

pinheadmz-patch-3
bucko13 6 years ago
parent
commit
489e8023b4
No known key found for this signature in database GPG Key ID: 655248EB912C5A3D
  1. 22
      api-docs-slate/Gemfile.lock
  2. 10
      package-lock.json

22
api-docs-slate/Gemfile.lock

@ -10,7 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
autoprefixer-rails (6.7.7.2)
execjs
backports (3.11.2)
backports (3.11.4)
coffee-script (2.4.1)
coffee-script-source
execjs
@ -19,20 +19,20 @@ GEM
sass (>= 3.2, < 3.5)
concurrent-ruby (1.0.5)
contracts (0.13.0)
dotenv (2.2.2)
dotenv (2.5.0)
erubis (2.7.0)
execjs (2.7.0)
fast_blank (1.0.0)
fastimage (2.1.1)
ffi (1.9.23)
fastimage (2.1.4)
ffi (1.9.25)
haml (5.0.4)
temple (>= 0.8.0)
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.5.7)
hashie (3.6.0)
i18n (0.7.0)
kramdown (1.16.2)
kramdown (1.17.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
@ -81,7 +81,7 @@ GEM
rouge (~> 2.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
nokogiri (1.8.2)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
@ -90,8 +90,8 @@ GEM
padrino-support (0.13.3.4)
activesupport (>= 3.1)
parallel (1.12.1)
public_suffix (3.0.2)
rack (2.0.4)
public_suffix (3.0.3)
rack (2.0.5)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
@ -99,7 +99,7 @@ GEM
rouge (2.0.7)
sass (3.4.25)
servolux (0.13.0)
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
temple (0.8.0)
@ -124,7 +124,7 @@ DEPENDENCIES
rouge (~> 2.0.5)
RUBY VERSION
ruby 2.3.3p222
ruby 2.3.7p456
BUNDLED WITH
1.16.1

10
package-lock.json

@ -10,9 +10,9 @@
"integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=",
"optional": true,
"requires": {
"good-listener": "1.2.2",
"select": "1.1.2",
"tiny-emitter": "2.0.2"
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
}
},
"delegate": {
@ -27,7 +27,7 @@
"integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=",
"optional": true,
"requires": {
"delegate": "3.1.3"
"delegate": "^3.1.2"
}
},
"highlight.js": {
@ -50,7 +50,7 @@
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.6.0.tgz",
"integrity": "sha1-EY2V+3pm26InLjQ7NF9SNmWds2U=",
"requires": {
"clipboard": "1.7.1"
"clipboard": "^1.5.5"
}
},
"select": {

Loading…
Cancel
Save