Sha256: aecb61c0cfd65a7f3ccf6b714a9ff47e6dd4f556232d33a573641424e1c3fccf

Contents?: true

Size: 1.18 KB

Versions: 14

Compression:

Stored size: 1.18 KB

Contents

source "https://rubygems.org"

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

gem "autoprefixer-rails"
gem "coffee-rails", "~> 4.1.0"
gem "delayed_job_active_record"
gem "flutie"
gem "high_voltage"
gem "jquery-rails"
gem 'normalize-rails', '~> 3.0.0'
gem 'newrelic_rpm'
gem "pg"
gem "puma"
gem "rack-canonical-host"
gem "rails", "<%= Onotole::RAILS_VERSION %>"
gem "sass-rails", "~> 5.0"
gem "simple_form"
gem "title"
gem "uglifier"
gem "therubyracer"
gem 'rake', '~> 10.5.0'
gem "awesome_print", :require=>"ap"
# user_choice

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 "dotenv-rails"
  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

14 entries across 14 versions & 1 rubygems

Version Path
onotole-1.1.14 templates/Gemfile.erb
onotole-1.1.13 templates/Gemfile.erb
onotole-1.1.12 templates/Gemfile.erb
onotole-1.1.10 templates/Gemfile.erb
onotole-1.1.9 templates/Gemfile.erb
onotole-1.1.8 templates/Gemfile.erb
onotole-1.1.7 templates/Gemfile.erb
onotole-1.1.6 templates/Gemfile.erb
onotole-1.1.5 templates/Gemfile.erb
onotole-1.1.4 templates/Gemfile.erb
onotole-1.1.3 templates/Gemfile.erb
onotole-1.1.1 templates/Gemfile.erb
onotole-1.1.0 templates/Gemfile.erb
onotole-1.0.17 templates/Gemfile.erb