Sha256: 0a492c6ef150a450bf071dccbcba9d03298d24a670b0a88a45e5469c1804de99

Contents?: true

Size: 1.19 KB

Versions: 16

Compression:

Stored size: 1.19 KB

Contents

source "https://rubygems.org"

ruby "<%= Onotole::RUBY_VERSION %>"

gem "delayed_job_active_record"
gem "flutie"
gem "high_voltage"
gem "jquery-rails"
gem 'normalize-rails', '~> 3.0.0'
gem "pg"
gem "puma"
gem "rack-canonical-host"
gem "rails", "<%= Onotole::RAILS_VERSION %>"
gem "simple_form"
gem "title"
gem "therubyracer"
gem 'rake', '~> 11.1.0'
gem "awesome_print", :require=>"ap"
gem "dotenv-rails"
# user_choice

group :assets do
  gem "sass-rails", "~> 5.0"
  gem "autoprefixer-rails"
  gem "coffee-rails", "~> 4.1.0"
  gem "uglifier"
end

group :development do
  gem "quiet_assets"
  gem "spring"
  gem "spring-commands-rspec"
  gem "web-console"
  gem "bullet"
  gem "pry-byebug"
  gem "pry-rails"
  gem 'pry-doc'
  gem 'pry-rescue'
  gem 'pry-state'
  gem 'better_errors'
  gem 'binding_of_caller'
  gem "hirb"
end

group :development, :test do
  gem "factory_girl_rails"
  gem "bundler-audit", require: false
  gem "rspec-rails", "~> 3.4.0"
end

group :test do
  gem 'fuubar'
  gem "capybara-webkit"
  gem "database_cleaner"
  gem "formulaic"
  gem "launchy"
  gem "shoulda-matchers"
  gem "simplecov", require: false
  gem "timecop"
  gem "webmock"
end

group :staging, :production do
  gem "rack-timeout"
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
onotole-1.2.10 templates/Gemfile.erb
onotole-1.2.9 templates/Gemfile.erb
onotole-1.2.8 templates/Gemfile.erb
onotole-1.2.7 templates/Gemfile.erb
onotole-1.2.6 templates/Gemfile.erb
onotole-1.2.5 templates/Gemfile.erb
onotole-1.2.4 templates/Gemfile.erb
onotole-1.2.3 templates/Gemfile.erb
onotole-1.2.2 templates/Gemfile.erb
onotole-1.2.1 templates/Gemfile.erb
onotole-1.1.21 templates/Gemfile.erb
onotole-1.1.20 templates/Gemfile.erb
onotole-1.1.19 templates/Gemfile.erb
onotole-1.1.18 templates/Gemfile.erb
onotole-1.1.17 templates/Gemfile.erb
onotole-1.1.16 templates/Gemfile.erb