Sha256: 3e4e0ecc5594c28981ccd20d446c574e51c4feb3ae278c47a81b770079c039d7
Contents?: true
Size: 985 Bytes
Versions: 8
Compression:
Stored size: 985 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.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' 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
8 entries across 8 versions & 1 rubygems