-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathGemfile
More file actions
36 lines (33 loc) · 957 Bytes
/
Gemfile
File metadata and controls
36 lines (33 loc) · 957 Bytes
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
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 "config", "1.7.0"
gem "devise", "4.6.1"
gem "font-awesome-rails", "4.7.0.4"
gem "jbuilder", "2.8.0"
gem "jquery-rails", "4.3.3"
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 "redis", "4.1.0"
gem "sass-rails", "5.0.7"
gem "turbolinks", "5.2.0"
gem "uglifier", "4.1.20"
gem "will_paginate", "3.1.6"
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]