Sha256: c45128263915f5e93db1a2dfc2acb6605bc7cf49a449a15c2e4edb1d100d188f

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

# frozen_string_literal: true

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 "jbuilder", "~> 2.0"
gem "jquery-rails"
gem "mini_racer"
gem "puma"
gem "rails", "5.1.4"
gem "rails_12factor"
gem "rubocop", "~> 0.50", require: false
gem "ruby-lint", require: false
gem "sass-rails", "~> 5.0"
gem "scss_lint", require: false
gem "sdoc", group: :doc
gem "spring"
gem "sqlite3"
gem "turbolinks", "~> 5.0"
gem "uglifier"
gem "web-console", group: :development

# below are copied from spec/dummy/Gemfile
gem "capybara"
gem "capybara-screenshot"
gem "rspec-rails"
gem "rspec-retry"
# Trouble installing on Sierra
# gem "capybara-webkit"
gem "chromedriver-helper"
gem "launchy"
gem "poltergeist"
gem "selenium-webdriver"
gem "webpacker", "3.0.2"

# TODO: remove once we get out of beta.
# gem 'webpacker', path: "../../forks/webpacker"

gem "equivalent-xml", github: "mbklein/equivalent-xml"
gem "rainbow"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
react_on_rails-10.1.4 Gemfile
react_on_rails-10.1.3 Gemfile
react_on_rails-10.1.1 Gemfile
react_on_rails-10.1.0 Gemfile