1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/Gemfile

17 lines
662 B
Text
Raw Normal View History

source "https://rubygems.org"
2011-01-13 02:55:48 -05:00
gem "sqlite3", :platforms => :ruby
2015-01-18 18:53:44 -05:00
gem "coveralls"
gem 'rubysl', :platforms => :rbx
gem "jruby-openssl", :platforms => :jruby
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
2014-11-16 07:47:14 -05:00
gem "rails", "~>4.1"
gem 'mongoid', '~>4.0' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
2014-05-05 15:54:07 -04:00
gem 'sequel'
# Since mongoid V4 requires incompatible bson V2, cannot have mongoid (V4 or greater)
# and mongo_mapper ( or mongo ) in the same application
#gem 'mongo_mapper', '~> 0.13'
#gem 'bson_ext', :platforms => :ruby
gemspec