source 'https://rubygems.org'

gem 'activemodel', '~>4.2.0'
gem 'rails', '~>4.2.0'
if RUBY_PLATFORM =~ /java/
  gem 'therubyrhino'
else
   gem 'therubyracer'
end

gemspec name: 'couch_potato', path: '..'
