Sha256: e6e4eafe49cb76f982357c486326d4047c0bac7fbf39887f4bf344c6aaa33e5d
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
source "https://rubygems.org" gem 'rails', '4.2.1' gem 'sqlite3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.1.0' # See https://github.com/rails/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby gem 'jquery-rails' gem 'turbolinks' gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', '~> 0.4.0', group: :doc # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' # Use Unicorn as the app server # gem 'unicorn' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development # Non ASCII 鋸 набор סמלים gem 'nokogiri', '1.8.2' group :development, :test do gem 'byebug' gem 'web-console', '~> 2.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' end # test ruby code in Gemfile if ENV['wisper'] gem 'wisper-activejob', git: 'https://github.com/cambridgebrainsciences/wisper-activejob.git', branch: 'rails5' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
annotate_gem-0.0.13 | test/fixtures/Gemfile |
annotate_gem-0.0.12 | test/fixtures/Gemfile |