collectiveidea/interactor-rails

View on GitHub
gemfiles/rails60.gemfile

Summary

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

gemspec path: ".."

gem "rails", "~> 6.0.0"

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