source 'https://rubygems.org'

gem 'activesupport'
gem 'activemodel'

gemspec

platform :mri do
  group :test do
    gem 'ruby-prof'
  end
end
