-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
42 lines (34 loc) · 917 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
39
40
41
42
# -*- ruby -*-
source 'http://rubygems.org'
ruby '2.2.5'
gem 'rake'
gem 'pry'
gem 'json'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'sinatra-support'
gem 'haml'
gem 'foreman'
gem 'unicorn'
gem 'activerecord'
gem 'active_record_migrations'
gem 'activerecord-postgis-adapter'
gem 'pg'
gem 'activerecord-import'
gem 'mechanize'
gem 'launchy'
gem 'adtekio_utilities', :github => "adtekio/utilities"
gem 'jwe'
gem 'mailchimp'
gem 'figo', :github => "gorenje/ruby-figo"
gem 'bank_account_import', :github => 'gorenje/bank_account_import'
gem 'cmxl', :github => 'gorenje/cmxl', :ref => '86653b4423bafe33fc91aa3ff86207f380a2854e'
gem 'iban-tools', :github => 'alphasights/iban-tools', :ref => '534a06be92c049c95923cd555a920459762e1d2c'
gem 'net-ping'
group :development do
gem 'html2haml'
gem 'dotenv', :github => 'gorenje/dotenv', :branch => 'squaure_brackets'
gem 'sass'
gem 'rerun'
gem 'term-ansicolor'
end