Skip to content

Commit 1dec24a

Browse files
committed
Run ggtracker in Vagrant.
1 parent 3d5d759 commit 1dec24a

File tree

5 files changed

+188
-123
lines changed

5 files changed

+188
-123
lines changed

Gemfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ gem 'rails', '3.2.22'
88

99
gem 'mysql2'
1010

11-
gem 'unicorn', '1.1.5'
11+
gem 'unicorn'
12+
13+
gem 'foreman'
1214

1315
# Gems used only for assets and not required
1416
# in production environments by default.
@@ -43,7 +45,7 @@ group :test do
4345
end
4446

4547
group :development do
46-
gem 'better_errors'
48+
gem 'better_errors', '1.0.1'
4749
gem 'binding_of_caller'
4850
gem 'rails-dev-boost', :git => 'git://github.com/thedarkone/rails-dev-boost.git'
4951
gem 'net-http-spy'
@@ -54,7 +56,6 @@ end
5456

5557
# This belongs to the rails team.. I forgot that, so it's cool and should stay
5658
gem 'jquery-rails'
57-
gem 'compass', :git => 'git://github.com/chriseppstein/compass.git' # Go Edge!
5859
gem 'compass-rails', :git => 'git://github.com/Compass/compass-rails.git'
5960

6061
# To use ActiveModel has_secure_password
@@ -141,7 +142,9 @@ gem 'curb'
141142
#
142143
#gem 'aws-s3'
143144

144-
gem 'activemerchant'
145+
gem 'activemerchant', '1.41.0'
145146

146-
gem 'rack-attack'
147+
gem 'rack-attack', '4.2.0'
147148
gem 'unf_ext', '0.0.6'
149+
150+
gem 'activerecord-mysql2-adapter'

0 commit comments

Comments
 (0)