comparison Gemfile @ 0:a1c9fadc0904

Initial. Generated with: rails new rsstweet -J -S -O -G --skip-keeps
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:24:19 +0900
parents
children 489002ad6ebf
comparison
equal deleted inserted replaced
-1:000000000000 0:a1c9fadc0904
1 source 'https://rubygems.org'
2
3
4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5 gem 'rails', '4.1.4'
6 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
7 gem 'jbuilder', '~> 2.0'
8 # bundle exec rake doc:rails generates the API under doc/api.
9 gem 'sdoc', '~> 0.4.0', group: :doc
10
11 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
12 gem 'spring', group: :development
13
14 # Use ActiveModel has_secure_password
15 # gem 'bcrypt', '~> 3.1.7'
16
17 # Use unicorn as the app server
18 # gem 'unicorn'
19
20 # Use Capistrano for deployment
21 # gem 'capistrano-rails', group: :development
22
23 # Use debugger
24 # gem 'debugger', group: [:development, :test]
25