Sha256: 6a656204c7bd1149131c00b177f31eddb5d85c09248fc1de5627bfd7d2dd172a

Contents?: true

Size: 997 Bytes

Versions: 4

Compression:

Stored size: 997 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'
  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

4 entries across 4 versions & 1 rubygems

Version Path
localtower-0.2.1 spec/dummy/Gemfile
localtower-0.2.0 spec/dummy/Gemfile
localtower-0.1.9 spec/dummy/Gemfile
localtower-0.1.8 spec/dummy/Gemfile