2014-08-07 21:56:23 -04:00
|
|
|
source 'https://rubygems.org'
|
2011-11-08 15:56:04 -05:00
|
|
|
gemspec
|
|
|
|
|
2014-08-07 21:56:23 -04:00
|
|
|
group :development do
|
|
|
|
|
|
|
|
gem 'sqlite3'
|
|
|
|
|
|
|
|
# MongoMapper extension
|
|
|
|
# #####################
|
|
|
|
# * cannot be enabled at the same time as mongoid
|
|
|
|
# gem 'mongo_mapper', '~> 0.13.0'
|
|
|
|
# gem 'bson_ext'
|
|
|
|
|
|
|
|
# Nokogiri extension
|
|
|
|
# ##################
|
2014-12-29 12:22:29 -05:00
|
|
|
gem 'nokogiri', '>= 1.6.5'
|
2014-08-07 21:56:23 -04:00
|
|
|
|
|
|
|
# Ripple extension
|
|
|
|
# ################
|
|
|
|
#
|
|
|
|
# * Ripple is abandoned http://basho.com/tag/ripple-client-apis/
|
|
|
|
# * Ripple is not currently compatible with Rails 4
|
|
|
|
# gem 'ripple', '~> 0.9.5'
|
|
|
|
end
|