collectiveidea/interactor-rails

View on GitHub
gemfiles/rails-master.gemfile

Summary

Maintainability
Test Coverage
source "https://rubygems.org"

gemspec path: ".."

gem "rails", github: "rails/rails"

group :test do
  gem "aruba"
  gem "codeclimate-test-reporter", "~> 1.0"
  gem "rspec"
end