Fix the gemfile so we can actually run 'bundle exec rake test'
source "http://rubygems.org" | ||
gemspec | ||
group :development, :test do | ||
gem 'rake' | ||
gem 'mongoid' | ||
end | ||
\ No newline at end of file |
Please register or sign in to comment
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
source "http://rubygems.org" | ||
gemspec | ||
group :development, :test do | ||
gem 'rake' | ||
gem 'mongoid' | ||
end | ||
\ No newline at end of file |