forked from automaticruby/automaticruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
38 lines (34 loc) · 955 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
33
34
35
36
37
38
# Version:20140509
source "http://rubygems.org"
source "http://gems.github.com"
gem 'json', '~> 1.7.7'
gem 'sqlite3', '~> 1.3.8'
gem 'activesupport', '~> 4.1.1'
gem 'activerecord', '~> 4.1.1'
gem 'hashie', '~> 2.0.5'
gem 'gcalapi', '~> 0.1.2'
gem 'xml-simple', '~> 1.1.3'
gem 'feedbag', '~> 0.9.2'
gem 'nokogiri', '~> 1.5.11'
gem 'sanitize', '~> 2.1.0'
gem 'faraday', '~> 0.8.9'
gem 'twitter', '~> 4.8.1'
gem 'pocket-ruby', '~> 0.0.4'
gem 'weather_hacker', '~> 0.1.7'
gem 'hipchat', '~> 1.0.1'
gem 'fluent-logger', '~> 0.4.7'
gem 'dalli', '~> 2.7.0'
gem 'aws-sdk', '~> 1.33.0'
group :test do
gem 'rspec', '~> 2.14.1'
gem 'rcov', :platforms => :mri_18
gem 'simplecov', '~> 0.8.2'
gem 'simplecov-rcov', '~> 0.2.3'
gem 'koseki-mocksmtpd', '~> 0.0.3'
end
group :development do
gem 'cucumber'
gem 'bundler'
gem 'builder'
gem "jeweler"
end