collectiveidea/interactor-rails

View on GitHub
Gemfile

Summary

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

gemspec

gem "rails"

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