Browse Source

Now using Ruby 2.1.10 and so, updated gems

revert-177e550a
hellekin 7 years ago
parent
commit
a7ffbe4e6d
  1. 1
      .ruby-version
  2. 60
      Gemfile.lock

1
.ruby-version

@ -0,0 +1 @@
2.1.10

60
Gemfile.lock

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.5.1)
activesupport (4.2.7.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@ -14,7 +14,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
chunky_png (1.3.5)
chunky_png (1.3.7)
coffee-script (2.4.1)
coffee-script-source
execjs
@ -35,11 +35,11 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
ethon (0.8.1)
ethon (0.9.1)
ffi (>= 1.3.0)
eventmachine (1.0.9.1)
execjs (2.6.0)
ffi (1.9.10)
eventmachine (1.2.0.1)
execjs (2.7.0)
ffi (1.9.14)
haml (4.0.7)
tilt
hike (1.2.3)
@ -49,11 +49,11 @@ GEM
i18n (0.7.0)
io-like (0.3.0)
json (1.8.3)
kramdown (1.9.0)
libv8 (3.16.14.13)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
kramdown (1.12.0)
libv8 (3.16.14.15)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
middleman (3.4.1)
coffee-script (~> 2.2)
compass (>= 1.0.0, < 2.0.0)
@ -81,28 +81,30 @@ GEM
em-websocket (~> 0.5.1)
middleman-core (~> 3.2)
rack-livereload (~> 0.3.15)
middleman-sprockets (3.4.2)
middleman-sprockets (3.5.0)
middleman-core (>= 3.3)
sprockets (~> 2.12.1)
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.3.0)
middleman-syntax (2.1.0)
middleman-syntax (3.0.0)
middleman-core (>= 3.2)
rouge (~> 1.0)
mime-types (3.0)
rouge (~> 2.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2015.1120)
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.11.2)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
padrino-helpers (0.12.5)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.1)
multi_json (1.12.1)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
padrino-helpers (0.12.8.1)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.5)
padrino-support (= 0.12.8.1)
tilt (~> 1.4.1)
padrino-support (0.12.5)
padrino-support (0.12.8.1)
activesupport (>= 3.1)
pkg-config (1.1.7)
rack (1.6.4)
rack-livereload (0.3.16)
rack
@ -112,11 +114,11 @@ GEM
rb-inotify (0.9.7)
ffi (>= 0.5.0)
ref (2.0.0)
rouge (1.10.1)
rouge (2.0.6)
ruby-xz (0.2.3)
ffi (~> 1.9)
io-like (~> 0.3)
sass (3.4.21)
sass (3.4.22)
sprockets (2.12.4)
hike (~> 1.2)
multi_json (~> 1.0)
@ -133,8 +135,8 @@ GEM
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
typhoeus (1.0.1)
ethon (>= 0.8.0)
typhoeus (1.1.0)
ethon (>= 0.9.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uber (0.0.15)
@ -159,4 +161,4 @@ DEPENDENCIES
wdm (~> 0.1.0)
BUNDLED WITH
1.11.2
1.13.1

Loading…
Cancel
Save