Sha256: 99406e4e9380ae28ac28352948a928cf334769174a13b50936bcb809be8e74b4
Contents?: true
Size: 1023 Bytes
Versions: 1
Compression:
Stored size: 1023 Bytes
Contents
source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end gem 'rails', '~> 5.1.0' # gem 'rails', '>= 5.0.1' gem 'pg' gem 'puma' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' # See https://github.com/rails/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby gem 'jquery-rails' gem 'turbolinks', '~> 5' group :development, :test do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'listen', '~> 3.0.5' gem "dotenv-rails" gem "better_errors" gem "binding_of_caller" gem 'require_reloader' gem 'pry' localtower_path = File.expand_path(File.join(File.dirname(__FILE__), '..', '..')) gem "localtower", path: localtower_path end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
localtower-0.3.1 | spec/dummy/Gemfile |