forked from Dungnn197/ise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
41 lines (38 loc) · 1.08 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
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "2.6.1"
gem "bcrypt", "3.1.12"
gem "bootsnap", "1.4.1", require: false
gem "bootstrap", "4.3.1"
gem "cancancan", "2.3.0"
gem "carrierwave", "1.3.1"
gem "ckeditor", "4.3.0"
gem "config", "1.7.0"
gem "devise", "4.6.1"
gem "friendly_id", "5.2.5"
gem "i18n-js", "3.2.1"
gem "jbuilder", "2.8.0"
gem "jquery-rails", "4.3.3"
gem "kaminari", "1.1.1"
gem "mini_magick", "4.9.3"
gem "mysql2", "0.5.2"
gem "omniauth", "1.9.0"
gem "omniauth-google-oauth2", "0.6.0"
gem "puma", "3.12.0"
gem "rails", "5.2.2"
gem "rails-i18n", "5.1.3"
gem "rails_admin", "1.4.2"
gem "ransack", "2.1.1", github: "activerecord-hackery/ransack"
gem "redis", "4.1.0"
gem "sass-rails", "5.0.7"
gem "turbolinks", "5.2.0"
gem "uglifier", "4.1.20"
group :development do
gem "byebug", "11.0.0", platforms: [:mri, :mingw, :x64_mingw]
gem "faker", "1.9.3"
gem "listen", "3.1.5"
gem "spring", "2.0.2"
gem "spring-watcher-listen", "2.0.1"
gem "web-console", "3.7.0"
end
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]