TGV: Train with Great Velocity GEMF
Gemfile

Heroku Gemfile

by Manuchap
Locomotive 3.x

Working on a Heroku-16 stack with ruby 2.5.1 & rails 5.1.5.
Served by Passenger 5.1.2

source 'https://rubygems.org'
if ENV['HEROKU_APP_NAME']
  ruby '2.5.1'
end
gem 'rails', '~> 5.1.5'
gem 'sass-rails', '~> 5.0.4'
gem 'uglifier', '>= 2.5.3'
gem 'coffee-rails', '~> 4.2'
gem 'jquery-rails'
gem 'turbolinks', '~> 5'
gem 'jbuilder', '~> 2.0'
gem 'puma'
gem 'passenger', '5.1.2'
gem 'carrierwave-aws'
gem 'locomotivecms', :git => 'https://github.com/locomotivecms/engine.git'
gem 'locomotivecms_search'
group :development, :test do
  gem 'byebug'
end
group :development do
  gem 'web-console', '~> 2.0'
  gem 'spring'
end
group :production do
  gem 'rails_12factor'
  gem 'platform-api'
  gem 'heroics', '= 0.0.21'
end
gem 'rack-cors'


  Back to the list
X

Signup


X

Sign-in