Sha256: b61c825a5ec7d34c6fc14138585bb053ba3f833a338eac62bcfbcad3ef2140ad
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
source "https://rubygems.org" # Specify your gem"s dependencies in react_on_rails.gemspec gemspec # The following gems are dependencies of the gem's dummy/example apps, not the gem itself. # They must be defined here because of the way Travis CI works, in that it will only # bundle install from a single Gemfile. Therefore, all gems that we will need for any dummy/example # app have to be manually added to this file. gem "bootstrap-sass" gem "chromedriver-helper" gem "coffee-rails", "~> 4.1.0" gem "jbuilder", "~> 2.0" gem "jquery-rails" gem "launchy" gem "poltergeist" gem "puma" gem "rails", "4.2.5" gem "rails_12factor" gem "rubocop", require: false gem "ruby-lint", require: false gem "sass-rails", "~> 5.0" gem "scss_lint", require: false gem "sdoc", "~> 0.4.0", group: :doc gem "spring" gem "sqlite3" gem "therubyracer" if ENV["ENABLE_TURBOLINKS_5"].nil? || ENV["ENABLE_TURBOLINKS_5"].strip.empty? gem "turbolinks", "2.5.3" else gem "turbolinks", "~> 5.0.0.beta" end gem "uglifier", ">= 2.7.2" gem "web-console", "~> 2.0", group: :development # below are copied from spec/dummy/Gemfile gem "rspec-rails" gem "coveralls", require: false gem "capybara" gem "capybara-screenshot" gem "capybara-webkit" gem "chromedriver-helper" gem "generator_spec" gem "launchy" gem "poltergeist" gem "selenium-webdriver"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
react_on_rails-4.0.0.beta.1 | Gemfile |