Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Feb 13, 2013
1 parent 6a18acd commit b9534c9
Showing 1 changed file with 49 additions and 37 deletions.
86 changes: 49 additions & 37 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
GIT
remote: http://github.com/guard/guard
revision: 7ee0f9c03f23752fb9d57094f64c04fb97cc12eb
revision: d7ed82db384687a4f0ef9acf8d0700ffce512072
specs:
guard (0.9.4)
ffi (>= 0.5.0)
thor (~> 0.14.6)
guard (1.6.2)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
terminal-table (>= 1.4.3)
thor (>= 0.14.6)

GIT
remote: https://github.com/mcmire/jammit
revision: 3b8cec81c341c46ae3e2ff434ce9c4a2d8e563b0
revision: 47e1949a47d368edb90e3856ab68eba5475cf2c2
branch: fix_rails_assumptions
specs:
jammit (0.6.5)
yui-compressor (>= 0.9.3)
cssmin (>= 1.0.2)
jsmin (>= 1.0.1)

GIT
remote: https://github.com/mcmire/jammit-sinatra
Expand All @@ -25,62 +29,70 @@ GIT
GEM
remote: http://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
addressable (2.2.6)
addressable (2.3.2)
coderay (1.0.8)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
daemons (1.1.6)
eventmachine (0.12.10)
execjs (1.2.4)
cssmin (1.0.2)
daemons (1.1.9)
eventmachine (1.0.0)
excon (0.16.10)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.0.11)
growl (1.0.3)
guard-coffeescript (0.3.3)
guard-coffeescript (1.2.1)
coffee-script (>= 2.2.0)
guard (>= 0.4)
guard-sass (0.5.4)
guard (>= 0.4.0)
guard (>= 1.1.0)
guard-sass (1.0.2)
guard (>= 1.1.0)
sass (>= 3.1)
heroku (2.17.0)
heroku (2.35.0)
heroku-api (~> 0.3.7)
launchy (>= 0.3.2)
netrc (~> 0.7.7)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
launchy (2.0.5)
addressable (~> 2.2.6)
mime-types (1.17.2)
multi_json (1.0.3)
open4 (1.3.0)
rack (1.4.0)
rack-protection (1.2.0)
heroku-api (0.3.7)
excon (~> 0.16.10)
jsmin (1.0.1)
launchy (2.2.0)
addressable (~> 2.3)
listen (0.7.2)
lumberjack (1.0.2)
method_source (0.8.1)
mime-types (1.21)
multi_json (1.6.0)
netrc (0.7.7)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.5.2)
rack-protection (1.3.2)
rack
rake (0.9.2.2)
rb-fsevent (0.4.3.1)
rake (10.0.3)
rb-fsevent (0.9.3)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.5)
sass (3.1.12)
rubyzip (0.9.9)
sass (3.2.5)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
term-ansicolor (1.0.7)
thin (1.3.1)
slop (3.4.3)
terminal-table (1.4.5)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
thor (0.17.0)
tilt (1.3.3)
yajl-ruby (1.1.0)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)

PLATFORMS
ruby
Expand Down

0 comments on commit b9534c9

Please sign in to comment.