BUS-OGD/arrthorizer

View on GitHub
gemfiles/Gemfile.rails.3.2

Summary

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

gem 'rails', '~> 3.2.18'

gemspec path: '../'

group :test do
  gem 'rake'
  gem 'test-unit'
  gem 'rspec-rails', '~> 3.0.0'
end