source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gemspec gem "rails", "4.2.10" group :test do gem 'rspec-rails', '~> 3.6' end