mirror of
https://github.com/moparisthebest/mailcatcher
synced 2025-03-11 06:50:12 -04:00
Bump gemfile lock
This commit is contained in:
parent
86bd77bcd1
commit
2ab9c6c0f0
55
Gemfile.lock
55
Gemfile.lock
@ -1,11 +1,11 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
mailcatcher (0.5.4)
|
||||
mailcatcher (0.5.5)
|
||||
activesupport (~> 3.0)
|
||||
eventmachine (~> 0.12)
|
||||
haml (~> 3.1)
|
||||
mail (~> 2.3)
|
||||
mail (~> 2.4)
|
||||
sinatra (~> 1.2)
|
||||
skinny (~> 0.2)
|
||||
sqlite3 (~> 1.3)
|
||||
@ -14,28 +14,31 @@ PATH
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activesupport (3.1.3)
|
||||
activesupport (3.2.0)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
chunky_png (1.2.0)
|
||||
chunky_png (1.2.5)
|
||||
coffee-script (2.2.0)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.1.1)
|
||||
compass (0.11.1)
|
||||
chunky_png (~> 1.1)
|
||||
coffee-script-source (1.2.0)
|
||||
compass (0.11.7)
|
||||
chunky_png (~> 1.2)
|
||||
fssm (>= 0.2.7)
|
||||
sass (~> 3.1)
|
||||
daemons (1.1.4)
|
||||
daemons (1.1.6)
|
||||
eventmachine (0.12.10)
|
||||
execjs (1.0.0)
|
||||
execjs (1.3.0)
|
||||
multi_json (~> 1.0)
|
||||
fssm (0.2.7)
|
||||
ffi (1.0.11)
|
||||
fssm (0.2.8.1)
|
||||
growl (1.0.3)
|
||||
guard (0.3.4)
|
||||
guard (1.0.0)
|
||||
ffi (>= 0.5.0)
|
||||
thor (~> 0.14.6)
|
||||
guard-coffeescript (0.2.4)
|
||||
coffee-script (~> 2.2.0)
|
||||
guard (~> 0.3.0)
|
||||
guard-coffeescript (0.5.4)
|
||||
coffee-script (>= 2.2.0)
|
||||
guard (>= 0.8.3)
|
||||
guard-compass (0.0.6)
|
||||
compass (>= 0.10.5)
|
||||
guard (>= 0.2.1)
|
||||
@ -43,23 +46,25 @@ GEM
|
||||
guard (>= 0.2.1)
|
||||
haml (3.1.4)
|
||||
i18n (0.6.0)
|
||||
mail (2.3.0)
|
||||
json (1.6.5)
|
||||
mail (2.4.1)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
mime-types (1.17.2)
|
||||
multi_json (1.0.3)
|
||||
multi_json (1.0.4)
|
||||
polyglot (0.3.3)
|
||||
rack (1.3.5)
|
||||
rack-protection (1.1.4)
|
||||
rack (1.4.1)
|
||||
rack-protection (1.2.0)
|
||||
rack
|
||||
rake (0.8.7)
|
||||
rb-fsevent (0.4.0)
|
||||
rdoc (3.5.3)
|
||||
sass (3.1.1)
|
||||
sinatra (1.3.1)
|
||||
rack (~> 1.3, >= 1.3.4)
|
||||
rack-protection (~> 1.1, >= 1.1.2)
|
||||
rake (0.9.2.2)
|
||||
rb-fsevent (0.4.3.1)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
sass (3.1.12)
|
||||
sinatra (1.3.2)
|
||||
rack (~> 1.3, >= 1.3.6)
|
||||
rack-protection (~> 1.2)
|
||||
tilt (~> 1.3, >= 1.3.3)
|
||||
skinny (0.2.0)
|
||||
eventmachine (~> 0.12)
|
||||
|
Loading…
x
Reference in New Issue
Block a user