Skip to content

Commit

Permalink
update Gemfile.lock for gemspec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Jan 7, 2015
1 parent d0eed72 commit 95f31c4
Showing 1 changed file with 26 additions and 37 deletions.
63 changes: 26 additions & 37 deletions Gemfile.lock
Expand Up @@ -2,86 +2,75 @@ PATH
remote: .
specs:
mailcatcher (0.5.12)
activesupport (>= 3.0.0, < 4.1)
activesupport (~> 3.0)
dotenv (~> 0.11.1)
eventmachine (~> 1.0.0)
haml (>= 3.1, < 4.1)
haml (~> 3.1)
mail (~> 2.3)
sinatra (~> 1.2)
skinny (~> 0.2.3)
skinny (~> 0.2, >= 0.2.1)
sqlite3 (~> 1.3)
thin (~> 1.5.0)
thin (~> 1.2)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.0.0)
activesupport (3.2.21)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
atomic (1.1.14)
chunky_png (1.2.9)
multi_json (~> 1.0)
chunky_png (1.3.3)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
compass (0.12.2)
compass (0.11.7)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
daemons (1.1.9)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
eventmachine (1.0.3)
eventmachine (1.0.3-x86-mingw32)
execjs (2.0.2)
fssm (0.2.10)
haml (4.0.3)
tilt
i18n (0.6.5)
haml (3.1.8)
i18n (0.7.0)
json (1.8.1)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25)
minitest (4.7.5)
multi_json (1.8.2)
polyglot (0.3.3)
rack (1.5.2)
rack-protection (1.5.1)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.4.3)
multi_json (1.10.1)
rack (1.6.0)
rack-protection (1.5.3)
rack
rake (10.1.0)
rdoc (4.0.1)
json (~> 1.4)
sass (3.2.12)
sinatra (1.4.4)
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)
sqlite3 (1.3.8)
sqlite3 (1.3.8-x86-mingw32)
sqlite3 (1.3.10)
sqlite3 (1.3.10-x86-mingw32)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thread_safe (0.1.3)
atomic
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.38)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
coffee-script
compass
coffee-script (~> 2.2)
compass (~> 0.11.1)
mailcatcher!
rake
rdoc
sass
sass (~> 3.1)

0 comments on commit 95f31c4

Please sign in to comment.