mailcatcher/Gemfile.lock

116 lines
2.4 KiB
Plaintext
Raw Normal View History

PATH
remote: .
specs:
2015-01-29 05:50:16 -05:00
mailcatcher (0.6.0)
activesupport (>= 4.0.0, < 5)
2015-01-29 05:44:17 -05:00
eventmachine (~> 1.0.0)
2012-01-25 02:15:19 -05:00
mail (~> 2.3)
sinatra (~> 1.2)
2012-09-30 06:43:25 -04:00
skinny (~> 0.2.3)
sqlite3 (~> 1.3)
2012-09-30 06:43:25 -04:00
thin (~> 1.5.0)
GEM
2013-03-11 19:04:41 -04:00
remote: https://rubygems.org/
specs:
2015-01-16 23:03:12 -05:00
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
2015-01-16 23:03:12 -05:00
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
2015-01-27 16:28:40 -05:00
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11)
2015-01-27 16:28:40 -05:00
chunky_png (1.3.3)
coffee-script (2.3.0)
2011-05-29 00:41:02 -04:00
coffee-script-source
execjs
2015-01-27 16:28:40 -05:00
coffee-script-source (1.8.0)
compass (1.0.3)
2012-01-23 02:23:04 -05:00
chunky_png (~> 1.2)
2015-01-27 16:28:40 -05:00
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)
2012-09-10 10:02:07 -04:00
daemons (1.1.9)
2015-01-29 05:44:17 -05:00
eventmachine (1.0.4)
2015-01-27 16:28:40 -05:00
execjs (2.2.2)
ffi (1.9.6)
2014-03-17 01:53:13 -04:00
hike (1.2.3)
2015-01-16 23:03:12 -05:00
i18n (0.7.0)
2015-01-27 16:28:40 -05:00
json (1.8.2)
2015-01-16 23:03:12 -05:00
mail (2.6.3)
mime-types (>= 1.16, < 3)
2015-01-16 23:03:12 -05:00
mime-types (2.4.3)
2015-01-27 16:28:40 -05:00
minitest (5.5.1)
2014-06-05 07:32:24 -04:00
multi_json (1.10.1)
2015-01-27 16:28:40 -05:00
rack (1.6.0)
rack-protection (1.5.3)
2011-12-04 09:29:43 -05:00
rack
2015-01-27 16:28:40 -05:00
rake (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0)
2014-03-17 01:53:13 -04:00
json (~> 1.4)
2015-01-27 16:28:40 -05:00
rubyzip (1.1.6)
sass (3.4.10)
selenium-webdriver (2.44.0)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
2015-01-27 16:28:40 -05:00
websocket (~> 1.0)
sinatra (1.4.5)
rack (~> 1.4)
2014-03-17 01:53:13 -04:00
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
2012-09-30 06:43:25 -04:00
skinny (0.2.3)
eventmachine (~> 1.0.0)
thin (~> 1.5.0)
2015-01-27 16:28:40 -05:00
sprockets (2.12.3)
2014-03-17 01:53:13 -04:00
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.1.0)
sprockets (~> 2.0)
2015-01-27 16:28:40 -05:00
sprockets-sass (1.3.1)
2014-03-17 01:53:13 -04:00
sprockets (~> 2.0)
tilt (~> 1.1)
2015-01-16 23:03:12 -05:00
sqlite3 (1.3.10)
2014-03-17 01:53:13 -04:00
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thread_safe (0.3.4)
2014-03-17 01:53:13 -04:00
tilt (1.4.1)
2015-01-16 23:03:12 -05:00
tzinfo (1.2.2)
thread_safe (~> 0.1)
2015-01-27 16:28:40 -05:00
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
2015-01-27 16:28:40 -05:00
websocket (1.2.1)
PLATFORMS
ruby
DEPENDENCIES
2012-09-10 10:02:07 -04:00
coffee-script
compass
mailcatcher!
2014-03-20 20:58:44 -04:00
minitest (~> 5.0)
rake
rdoc
2012-09-10 10:02:07 -04:00
sass
selenium-webdriver
2014-03-17 01:53:13 -04:00
sprockets
sprockets-helpers
2014-03-17 01:53:13 -04:00
sprockets-sass
uglifier