mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Update sprockets, cut version 2.3.1
This commit is contained in:
parent
d295437b9c
commit
de496848c1
2 changed files with 10 additions and 4 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 2.3.1
|
||||||
|
|
||||||
|
*July 5, 2018*
|
||||||
|
|
||||||
|
- Update `sprockets` in `Gemfile.lock` to fix security warnings
|
||||||
|
|
||||||
## Version 2.3
|
## Version 2.3
|
||||||
|
|
||||||
*July 5, 2018*
|
*July 5, 2018*
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ GEM
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
compass-import-once (1.0.5)
|
compass-import-once (1.0.5)
|
||||||
sass (>= 3.2, < 3.5)
|
sass (>= 3.2, < 3.5)
|
||||||
concurrent-ruby (1.0.4)
|
concurrent-ruby (1.0.5)
|
||||||
contracts (0.13.0)
|
contracts (0.13.0)
|
||||||
dotenv (2.2.0)
|
dotenv (2.2.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
|
|
@ -91,7 +91,7 @@ GEM
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
parallel (1.10.0)
|
parallel (1.10.0)
|
||||||
public_suffix (2.0.5)
|
public_suffix (2.0.5)
|
||||||
rack (2.0.1)
|
rack (2.0.5)
|
||||||
rb-fsevent (0.9.8)
|
rb-fsevent (0.9.8)
|
||||||
rb-inotify (0.9.8)
|
rb-inotify (0.9.8)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
|
|
@ -99,7 +99,7 @@ GEM
|
||||||
rouge (2.0.7)
|
rouge (2.0.7)
|
||||||
sass (3.4.23)
|
sass (3.4.23)
|
||||||
servolux (0.12.0)
|
servolux (0.12.0)
|
||||||
sprockets (3.7.1)
|
sprockets (3.7.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
thor (0.19.4)
|
thor (0.19.4)
|
||||||
|
|
@ -126,4 +126,4 @@ RUBY VERSION
|
||||||
ruby 2.3.3p222
|
ruby 2.3.3p222
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.14.5
|
1.15.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue