aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 76a35efeb30f66fec794d0baee61264f0f631717 (plain)
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
source "https://rubygems.org"

gem "rails", ">= 5.0.0.beta1", "< 5.1"
gem "mysql2", ">= 0.3.18", "< 0.5"
# gem "sidekiq"
gem "sinatra", require: false

gem "haml"
gem "sprockets"
gem "sass-rails"
gem "uglifier", ">= 1.3.0"
gem "sprockets-es6"
gem "jquery-rails"
gem "bootstrap-sass"
gem "codemirror-rails"

# gem "plum"
gem "thin"

group :development, :test do
  # gem "byebug"
end

group :development do
  # gem "web-console", "~> 3.0"
  gem "quiet_assets"
end