Update gems

master
Guillaume Dott 2018-06-06 15:47:49 +02:00
parent 77f0993959
commit 48260eff47
2 changed files with 36 additions and 23 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.sass-cache/ .sass-cache/
.bundle/
vendor/

View File

@ -1,40 +1,48 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
backports (3.6.4) backports (3.11.3)
coffee-script (2.3.0) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.8.0) coffee-script-source (1.12.2)
execjs (2.2.2) execjs (2.7.0)
libv8 (3.16.14.7) ffi (1.9.25)
multi_json (1.10.1) libv8 (3.16.14.19)
rack (1.5.2) multi_json (1.13.1)
rack-protection (1.5.3) rack (1.6.10)
rack-protection (1.5.5)
rack rack
rack-test (0.6.2) rack-test (1.0.0)
rack (>= 1.0) rack (>= 1.0, < 3)
ref (1.0.5) rb-fsevent (0.10.3)
sass (3.2.19) rb-inotify (0.9.10)
sinatra (1.4.5) ffi (>= 0.5.0, < 2)
rack (~> 1.4) ref (2.0.0)
sass (3.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4) tilt (>= 1.3, < 3)
sinatra-contrib (1.4.2) sinatra-contrib (1.4.7)
backports (>= 2.0) backports (>= 2.0)
multi_json multi_json
rack-protection rack-protection
rack-test rack-test
sinatra (~> 1.4.0) sinatra (~> 1.4.0)
tilt (~> 1.3) tilt (>= 1.3, < 3)
slim (2.1.0) slim (3.0.9)
temple (~> 0.6.9) temple (>= 0.7.6, < 0.9)
tilt (>= 1.3.3, < 2.1) tilt (>= 1.3.3, < 2.1)
temple (0.6.10) temple (0.8.0)
therubyracer (0.12.1) therubyracer (0.12.3)
libv8 (~> 3.16.14.0) libv8 (~> 3.16.14.15)
ref ref
tilt (1.4.1) tilt (2.0.8)
PLATFORMS PLATFORMS
ruby ruby
@ -46,3 +54,6 @@ DEPENDENCIES
sinatra-contrib sinatra-contrib
slim slim
therubyracer therubyracer
BUNDLED WITH
1.16.2