Sha256: fcfd2b3390b0abb5d3026081421a9f1f2b09c9cb83f414b79d08792d174d7f9a

Contents?: true

Size: 1.07 KB

Versions: 22

Compression:

Stored size: 1.07 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 "bootsnap", ">= 1.1.0", require: false
gem "bootstrap-sass"
gem "jbuilder"
gem "jquery-rails"
gem "mini_racer"
gem "puma"

gem "rails_12factor"
gem "ruby-lint", require: false
gem "sass-rails"
gem "scss_lint", require: false
gem "sdoc", group: :doc
gem "spring"
gem "sqlite3"
gem "turbolinks"
gem "uglifier"
gem "web-console", group: :development

# below are copied from spec/dummy/Gemfile
gem "capybara"
gem "capybara-screenshot"
gem "chromedriver-helper"
gem "launchy"
gem "poltergeist"
gem "rspec-rails"
gem "rspec-retry"
gem "selenium-webdriver"
gem "webpacker"

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
react_on_rails-11.1.8 Gemfile
react_on_rails-11.1.7 Gemfile
react_on_rails-11.1.6 Gemfile
react_on_rails-11.1.5 Gemfile
react_on_rails-11.1.4 Gemfile
react_on_rails-11.1.3 Gemfile
react_on_rails-11.1.2 Gemfile
react_on_rails-11.1.1 Gemfile
react_on_rails-11.1.0 Gemfile
react_on_rails-11.1.0.beta.1 Gemfile
react_on_rails-11.0.10 Gemfile
react_on_rails-11.0.9 Gemfile
react_on_rails-11.0.8 Gemfile
react_on_rails-11.0.7 Gemfile
react_on_rails-11.0.6 Gemfile
react_on_rails-11.0.5 Gemfile
react_on_rails-11.0.4 Gemfile
react_on_rails-11.0.3 Gemfile
react_on_rails-11.0.2 Gemfile
react_on_rails-11.0.1 Gemfile