update Gemfile.lock

This commit is contained in:
tsakamiya 2015-11-26 03:32:06 -06:00 committed by Samuel Cochran
parent 75a09cd750
commit cafd37f1b8

View File

@ -3,7 +3,7 @@ PATH
specs: specs:
mailcatcher (0.6.1) mailcatcher (0.6.1)
activesupport (>= 4.0.0, < 5) activesupport (>= 4.0.0, < 5)
eventmachine (~> 1.0.0, <= 1.0.5) eventmachine (~> 1.0.0, <= 1.0.8)
mail (~> 2.3) mail (~> 2.3)
sinatra (~> 1.2) sinatra (~> 1.2)
skinny (~> 0.2.3) skinny (~> 0.2.3)
@ -13,19 +13,19 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (4.2.0) activesupport (4.2.5)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
childprocess (0.5.5) childprocess (0.5.8)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
chunky_png (1.3.3) chunky_png (1.3.5)
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.10.0)
compass (1.0.3) compass (1.0.3)
chunky_png (~> 1.2) chunky_png (~> 1.2)
compass-core (~> 1.0.2) compass-core (~> 1.0.2)
@ -38,64 +38,63 @@ GEM
sass (>= 3.3.0, < 3.5) sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5) compass-import-once (1.0.5)
sass (>= 3.2, < 3.5) sass (>= 3.2, < 3.5)
daemons (1.1.9) daemons (1.2.3)
eventmachine (1.0.5) eventmachine (1.0.8)
execjs (2.2.2) execjs (2.6.0)
ffi (1.9.6) ffi (1.9.10)
hike (1.2.3) hike (1.2.3)
i18n (0.7.0) i18n (0.7.0)
json (1.8.2) json (1.8.3)
mail (2.6.3) mail (2.6.3)
mime-types (>= 1.16, < 3) mime-types (>= 1.16, < 3)
mime-types (2.4.3) mime-types (2.99)
minitest (5.5.1) minitest (5.8.3)
multi_json (1.10.1) multi_json (1.11.2)
rack (1.6.0) rack (1.6.4)
rack-protection (1.5.3) rack-protection (1.5.3)
rack rack
rake (10.4.2) rake (10.4.2)
rb-fsevent (0.9.4) rb-fsevent (0.9.6)
rb-inotify (0.9.5) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rdoc (4.2.0) rdoc (4.2.0)
json (~> 1.4) rubyzip (1.1.7)
rubyzip (1.1.6) sass (3.4.19)
sass (3.4.10) selenium-webdriver (2.48.1)
selenium-webdriver (2.44.0)
childprocess (~> 0.5) childprocess (~> 0.5)
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip (~> 1.0) rubyzip (~> 1.0)
websocket (~> 1.0) websocket (~> 1.0)
sinatra (1.4.5) sinatra (1.4.6)
rack (~> 1.4) rack (~> 1.4)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4) tilt (>= 1.3, < 3)
skinny (0.2.3) skinny (0.2.3)
eventmachine (~> 1.0.0) eventmachine (~> 1.0.0)
thin (~> 1.5.0) thin (~> 1.5.0)
sprockets (2.12.3) sprockets (2.12.4)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.1.0) sprockets-helpers (1.2.1)
sprockets (~> 2.0) sprockets (>= 2.2)
sprockets-sass (1.3.1) sprockets-sass (1.3.1)
sprockets (~> 2.0) sprockets (~> 2.0)
tilt (~> 1.1) tilt (~> 1.1)
sqlite3 (1.3.10) sqlite3 (1.3.11)
thin (1.5.1) thin (1.5.1)
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thread_safe (0.3.4) thread_safe (0.3.5)
tilt (1.4.1) tilt (1.4.1)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.0) uglifier (2.7.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
websocket (1.2.1) websocket (1.2.2)
PLATFORMS PLATFORMS
ruby ruby
@ -113,3 +112,6 @@ DEPENDENCIES
sprockets-helpers sprockets-helpers
sprockets-sass sprockets-sass
uglifier uglifier
BUNDLED WITH
1.10.6