Sha256: 4548bfa5dc3e8ba6ecf7bbbd87e445d3d579d18a8497fd0f55a85bb2dd42c872

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 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 "awesome_print"
gem "bootstrap-sass"
gem "capybara"
gem "capybara-screenshot"
gem "chromedriver-helper"
gem "coffee-rails", "~> 4.1.0"
gem "jbuilder", "~> 2.0"
gem "jquery-rails"
gem "launchy"
gem "pry"
gem "pry-byebug"
gem "pry-doc"
gem "pry-rails"
gem "pry-rescue"
gem "pry-stack_explorer"
gem "rails", "4.2.5"
gem "rspec-rails"
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 "selenium-webdriver"
gem "spring"
gem "sqlite3"
gem "therubyracer"
gem "turbolinks"
gem "uglifier", ">= 2.7.2"
gem "web-console", "~> 2.0"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
react_on_rails-1.2.2 Gemfile
react_on_rails-1.2.1 Gemfile
react_on_rails-1.2.0 Gemfile