website: update gemfile lock and add version text
This commit is contained in:
parent
3e465942cd
commit
47ee388dd6
|
@ -2,6 +2,7 @@
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Folders
|
# Folders
|
||||||
|
|
|
@ -7,15 +7,11 @@ GEM
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo (~> 0.3.37)
|
tzinfo (~> 0.3.37)
|
||||||
byebug (2.7.0)
|
|
||||||
columnize (~> 0.3)
|
|
||||||
debugger-linecache (~> 1.2)
|
|
||||||
chunky_png (1.3.0)
|
chunky_png (1.3.0)
|
||||||
coffee-script (2.2.0)
|
coffee-script (2.2.0)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.7.0)
|
coffee-script-source (1.7.0)
|
||||||
columnize (0.3.6)
|
|
||||||
commonjs (0.2.7)
|
commonjs (0.2.7)
|
||||||
compass (0.12.5)
|
compass (0.12.5)
|
||||||
chunky_png (~> 1.2)
|
chunky_png (~> 1.2)
|
||||||
|
@ -24,7 +20,6 @@ GEM
|
||||||
compass-import-once (1.0.4)
|
compass-import-once (1.0.4)
|
||||||
sass (>= 3.2, < 3.5)
|
sass (>= 3.2, < 3.5)
|
||||||
daemons (1.1.9)
|
daemons (1.1.9)
|
||||||
debugger-linecache (1.2.0)
|
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.0.3)
|
eventmachine (1.0.3)
|
||||||
execjs (2.0.2)
|
execjs (2.0.2)
|
||||||
|
@ -39,7 +34,7 @@ GEM
|
||||||
i18n (0.6.9)
|
i18n (0.6.9)
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
kramdown (1.3.3)
|
kramdown (1.3.3)
|
||||||
less (2.4.0)
|
less (2.5.0)
|
||||||
commonjs (~> 0.2.7)
|
commonjs (~> 0.2.7)
|
||||||
libv8 (3.16.14.3)
|
libv8 (3.16.14.3)
|
||||||
listen (1.3.1)
|
listen (1.3.1)
|
||||||
|
@ -127,9 +122,8 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
byebug
|
|
||||||
highline (~> 1.6.15)
|
highline (~> 1.6.15)
|
||||||
less (~> 2.4.0)
|
less (~> 2.5.0)
|
||||||
middleman (~> 3.3.2)
|
middleman (~> 3.3.2)
|
||||||
middleman-minify-html (~> 3.1.1)
|
middleman-minify-html (~> 3.1.1)
|
||||||
rack-contrib (~> 1.1.0)
|
rack-contrib (~> 1.1.0)
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Just increment this number if you have to to deploy the website:
|
||||||
|
|
||||||
|
1
|
Loading…
Reference in New Issue