Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Jan 27, 2015
1 parent 7533eb4 commit 442a3f5
Showing 1 changed file with 34 additions and 24 deletions.
58 changes: 34 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,58 +19,68 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
childprocess (0.5.3)
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11)
chunky_png (1.3.1)
coffee-script (2.2.0)
chunky_png (1.3.3)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
compass (0.12.6)
coffee-script-source (1.8.0)
compass (1.0.3)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.2.19)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
daemons (1.1.9)
eventmachine (1.0.3)
execjs (2.1.0)
ffi (1.9.3)
fssm (0.2.10)
execjs (2.2.2)
ffi (1.9.6)
hike (1.2.3)
i18n (0.7.0)
json (1.8.1)
json (1.8.2)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.4.3)
minitest (5.3.4)
minitest (5.5.1)
multi_json (1.10.1)
rack (1.5.2)
rack (1.6.0)
rack-protection (1.5.3)
rack
rake (10.3.2)
rdoc (4.1.1)
rake (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0)
json (~> 1.4)
rubyzip (1.1.4)
sass (3.2.19)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
rubyzip (1.1.6)
sass (3.4.10)
selenium-webdriver (2.44.0)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
websocket (~> 1.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
skinny (0.2.3)
eventmachine (~> 1.0.0)
thin (~> 1.5.0)
sprockets (2.12.1)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.1.0)
sprockets (~> 2.0)
sprockets-sass (1.1.0)
sprockets-sass (1.3.1)
sprockets (~> 2.0)
tilt (~> 1.1)
sqlite3 (1.3.10)
Expand All @@ -82,10 +92,10 @@ GEM
tilt (1.4.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.5.0)
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
websocket (1.0.7)
websocket (1.2.1)

PLATFORMS
ruby
Expand Down

0 comments on commit 442a3f5

Please sign in to comment.