This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Gemfile
70 lines (55 loc) · 1.61 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
source 'https://rubygems.org'
# TODO: rails 4.2
gem 'rails', '5.2.6.2'
gem 'jquery-rails', '>= 4.0.1'
gem 'rails_autolink', '>= 1.1.6'
gem 'qiita-markdown', :platforms => :ruby
gem 'kramdown', :platforms => :jruby
gem 'omniauth-openid'
gem 'erubis'
gem 'kaminari', '>= 0.16.1'
gem 'simple_form', '>= 4.0.0'
gem 'coveralls', require: false
gem 'pg', group: :postgresql
group :development do
# better_errors 2.0 requires Ruby 2.0 or higher
gem 'better_errors', '1.1.0'
gem 'magic_encoding'
gem 'binding_of_caller', :platforms => :ruby
end
group :test, :development do
gem 'bullet'
gem 'pry-rails'
gem 'sqlite3', :platforms => :ruby
gem 'activerecord-jdbcsqlite3-adapter', :platforms => :jruby
gem 'factory_girl'
gem 'factory_girl_rails', '>= 4.5.0'
# TODO: rspec 3
gem 'rspec-rails', '2.14.2'
gem 'rspec-kickstarter'
end
group :test do
gem 'simplecov', :require => false
gem 'simplecov-rcov', :require => false
end
group :assets do
gem 'less-rails', '>= 2.6.0'
gem 'twitter-bootstrap-rails', '>= 2.2.8'
gem 'therubyracer', :platforms => :ruby
gem 'therubyrhino', :platforms => :jruby
gem 'uglifier', '>= 1.0.3'
end
group :server do
# bin/rails s mizuno
gem 'mizuno', :platforms => :jruby
gem 'thin', :platforms => :ruby
end
# rails g rspec:install
# rails g simple_form:install --bootstrap
# rails g bootstrap:install
# rails g bootstrap:layout application fluid
# rails g kaminari:config
# bundle exec rake assets:precompile RAILS_ENV=production RAILS_GROUPS=assets
# JRuby
# see: https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md
# export JRUBY_OPTS=--1.9