Skip to content

Instantly share code, notes, and snippets.

@piotrjaworski
Last active August 11, 2016 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piotrjaworski/01f30c4428ee26195da33bee55bf4270 to your computer and use it in GitHub Desktop.
Save piotrjaworski/01f30c4428ee26195da33bee55bf4270 to your computer and use it in GitHub Desktop.
Gemfile for the React Tutorial
source 'https://rubygems.org'
gem 'rails', '~> 5.0.0'
gem 'sqlite3'
gem 'puma', '~> 3.0'
gem 'sass-rails', '~> 5.0'
gem 'bootstrap-sass', '~> 3.3.6'
gem 'uglifier', '>= 1.3.0'
gem 'jquery-rails'
gem 'jbuilder', '~> 2.5'
gem 'react-rails'
group :development do
gem 'pry-rails'
gem 'listen', '~> 3.0.5'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment