forked from TI-Tokyo/riak-docs-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
32 lines (26 loc) · 773 Bytes
/
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
source "https://rubygems.org"
ruby ">2.2.5"
#TOOD: This file is now out of date.
# We need to walk the gems and make sure that,
# 1. Each gem is current
# 2. Each gem is _used_
gem "sass", "~>3.4.22"
gem "autoprefixer-rails", "~>6.3.6"
gem "sprockets", "~>3.7"
gem "coffee-script", "~>2.4.1"
gem "uglifier", "~>3.0.0"
gem "mini_racer" # included via the docker image
# deprecated as new files are on files.tiot.jp
#gem "aws-sdk", "~> 2.4.3"
#gem "aws-s3", "~> 0.6.3"
#gem "simple-cloudfront-invalidator", "~>1.1.0"
#gem "progressbar", "~> 1.8.0"
gem "rake", "~>13.0.6"
gem "guard", "~>2.18.0"
gem "guard-rake", "~>1.0.0"
gem "pry", "~>0.14.2"
gem "pry-byebug", "~>3.10.1"
# for the SFTP download metadata generator
gem "net-sftp"
#gem "json"
gem "uri"