Skip to content

Instantly share code, notes, and snippets.

@cstump
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save cstump/5ca0f95409d382609ff7 to your computer and use it in GitHub Desktop.

Select an option

Save cstump/5ca0f95409d382609ff7 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
# core
gem 'rails', '3.2.16'
gem 'mysql2', '0.3.10'
# models
gem 'kaminari', '0.13.0'
# views
gem 'haml-rails', '0.3.5'
gem 'simple_form', '2.0.4'
gem 'country_select', '0.0.2'
gem 'rmagick', '2.13.2', require: 'RMagick'
#gem 'negative_captcha', path: File.expand_path('../negative-captcha', File.dirname(__FILE__))
gem 'negative_captcha', '0.3.4', git: 'git@github.com:cstump/negative-captcha.git'
# assets
gem 'jquery-rails', '1.0.19'
gem 'jquery-ui-themes', '0.0.7'
gem 'bootstrap-sass', '2.2.2.0'
gem 'compass-rails', '1.1.2'
gem 'font-awesome-rails'
gem 'oily_png', '1.0.2' # make compass sprite generation faster
gem 'css_splitter', '0.2.0'
# auth
gem 'devise', '2.1.3'
gem 'devise-async', '0.5.0'
gem 'devise-encryptable', '0.1.1'
gem 'cancan', '1.6.8'
# ecomm
gem 'foxy_sync', '0.3.2'
#gem 'foxy_sync', '0.3.2', path: File.expand_path('../foxy_sync', File.dirname(__FILE__))
#gem 'foxy_sync', '0.3.2', git: 'git@github.com:tablexi/foxy_sync.git'
# services
gem 'sendgrid', '1.0.1'
gem 'geokit', '1.7.1'
gem 'mailchimp-api', '2.0.4', require: 'mailchimp'
# other
gem 'spreadsheet', '0.6.5.9'
gem 'rails_config', '0.2.5'
gem 'delayed_job_active_record', '0.3.2'
# dependencies; give specific versions to silence deprecation warnings
gem 'ruby-ole', '1.2.11.3'
# deployment
gem 'thin'
gem 'capistrano'
gem 'rvm-capistrano'
gem 'god', :require => false
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'teaspoon'
gem 'awesome_print'
gem 'faker'
end
group :test do
gem 'database_cleaner'
gem 'shoulda-matchers'
gem 'minitest-reporters'
end
group :development do
gem 'pry-rails'
gem 'better_errors'
gem 'binding_of_caller'
end
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'yui-compressor'
end
group :production do
gem 'therubyracer', '0.12.1'
end
GIT
remote: git@github.com:cstump/negative-captcha.git
revision: a616eb0ce7eb471919d200bd0bf99e4590948a24
specs:
negative_captcha (0.3.4)
actionpack
activesupport
GEM
remote: https://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
actionmailer (3.2.16)
actionpack (= 3.2.16)
mail (~> 2.5.4)
actionpack (3.2.16)
activemodel (= 3.2.16)
activesupport (= 3.2.16)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.16)
activesupport (= 3.2.16)
builder (~> 3.0.0)
activerecord (3.2.16)
activemodel (= 3.2.16)
activesupport (= 3.2.16)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.16)
activemodel (= 3.2.16)
activesupport (= 3.2.16)
activesupport (3.2.16)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
ansi (1.4.3)
arel (3.0.3)
awesome_print (1.1.0)
bcrypt-ruby (3.0.1)
better_errors (0.3.2)
coderay (>= 1.0.0)
erubis (>= 2.7.0)
binding_of_caller (0.7.1)
debug_inspector (>= 0.0.1)
bootstrap-sass (2.2.2.0)
sass (~> 3.2)
builder (3.0.4)
cancan (1.6.8)
capistrano (2.12.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capybara (2.1.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
chunky_png (1.2.9)
coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.4.0)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (1.1.2)
compass (>= 0.12.2)
country_select (0.0.2)
css_splitter (0.2.0)
rails (>= 3.1)
daemons (1.1.9)
database_cleaner (1.0.1)
debug_inspector (0.0.2)
delayed_job (3.0.2)
activesupport (~> 3.0)
delayed_job_active_record (0.3.2)
activerecord (> 2.1.0)
delayed_job (~> 3.0.0)
devise (2.1.3)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.2.1)
devise-async (0.5.0)
devise-encryptable (0.1.1)
devise (>= 2.1.0.rc)
diff-lcs (1.2.4)
erubis (2.7.0)
eventmachine (1.0.3)
excon (0.21.0)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.1.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.1.0)
factory_girl (~> 4.1.0)
railties (>= 3.0.0)
faker (1.2.0)
i18n (~> 0.5)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
font-awesome-rails (3.2.1.2)
railties (>= 3.2, < 5.0)
foxy_sync (0.3.2)
nokogiri (~> 1.5.5)
ruby-rc4 (~> 0.1.5)
fssm (0.2.10)
geokit (1.7.1)
multi_json (>= 1.3.2)
god (0.13.2)
haml (3.1.7)
haml-rails (0.3.5)
actionpack (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
haml (~> 3.1)
railties (>= 3.1, < 4.1)
hashie (1.2.0)
highline (1.6.13)
hike (1.2.3)
http_parser.rb (0.5.3)
httparty (0.9.0)
multi_json (~> 1.0)
multi_xml
i18n (0.6.9)
journey (1.0.4)
jquery-rails (1.0.19)
railties (~> 3.0)
thor (~> 0.14)
jquery-ui-themes (0.0.7)
httparty
json (1.8.1)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mailchimp-api (2.0.4)
excon (>= 0.16.0)
json (>= 1.7.7)
method_source (0.8.1)
mime-types (1.25.1)
minitest (4.3.2)
minitest-reporters (0.13.0)
ansi
builder
minitest (>= 2.12, < 5.0)
powerbar
multi_json (1.8.4)
multi_xml (0.5.1)
mysql2 (0.3.10)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.6.7)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.5.9)
oily_png (1.0.2)
chunky_png (~> 1.2.1)
open4 (1.3.0)
orm_adapter (0.4.0)
phantomjs (1.8.1.1)
poltergeist
poltergeist (1.3.0)
capybara (~> 2.1.0)
faye-websocket (>= 0.4.4, < 0.5.0)
http_parser.rb (~> 0.5.3)
polyglot (0.3.3)
powerbar (1.0.11)
ansi (~> 1.4.0)
hashie (>= 1.1.0)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pry-rails (0.2.2)
pry (>= 0.9.10)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.16)
actionmailer (= 3.2.16)
actionpack (= 3.2.16)
activerecord (= 3.2.16)
activeresource (= 3.2.16)
activesupport (= 3.2.16)
bundler (~> 1.0)
railties (= 3.2.16)
rails_config (0.2.5)
activesupport (>= 3.0)
railties (3.2.16)
actionpack (= 3.2.16)
activesupport (= 3.2.16)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.1.1)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.5)
rmagick (2.13.2)
rspec-core (2.14.3)
rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.1)
rspec-rails (2.14.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
ruby-ole (1.2.11.3)
ruby-rc4 (0.1.5)
rvm-capistrano (1.2.7)
capistrano (>= 2.0.0)
sass (3.2.12)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sendgrid (1.0.1)
json
json
shoulda-matchers (1.3.0)
activesupport (>= 3.0.0)
simple_form (2.0.4)
actionpack (~> 3.0)
activemodel (~> 3.0)
slop (3.4.5)
spreadsheet (0.6.5.9)
ruby-ole (>= 1.0)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
teaspoon (0.7.4)
phantomjs (>= 1.8.1.1)
railties (>= 3.2.5, < 5)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.38)
warden (1.2.1)
rack (>= 1.0)
xpath (2.0.0)
nokogiri (~> 1.3)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
PLATFORMS
ruby
DEPENDENCIES
awesome_print
better_errors
binding_of_caller
bootstrap-sass (= 2.2.2.0)
cancan (= 1.6.8)
capistrano
coffee-rails
compass-rails (= 1.1.2)
country_select (= 0.0.2)
css_splitter (= 0.2.0)
database_cleaner
delayed_job_active_record (= 0.3.2)
devise (= 2.1.3)
devise-async (= 0.5.0)
devise-encryptable (= 0.1.1)
factory_girl_rails
faker
font-awesome-rails
foxy_sync (= 0.3.2)
geokit (= 1.7.1)
god
haml-rails (= 0.3.5)
jquery-rails (= 1.0.19)
jquery-ui-themes (= 0.0.7)
kaminari (= 0.13.0)
mailchimp-api (= 2.0.4)
minitest-reporters
mysql2 (= 0.3.10)
negative_captcha (= 0.3.4)!
oily_png (= 1.0.2)
pry-rails
rails (= 3.2.16)
rails_config (= 0.2.5)
rmagick (= 2.13.2)
rspec-rails
ruby-ole (= 1.2.11.3)
rvm-capistrano
sass-rails
sendgrid (= 1.0.1)
shoulda-matchers
simple_form (= 2.0.4)
spreadsheet (= 0.6.5.9)
teaspoon
therubyracer (= 0.12.1)
thin
yui-compressor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment