mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
24 lines
515 B
Ruby
24 lines
515 B
Ruby
source 'https://rubygems.org'
|
|
gemspec
|
|
|
|
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
|
|
# ##################
|
|
gem 'nokogiri', '>= 1.6.5'
|
|
|
|
# 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
|