Skip to content

Instantly share code, notes, and snippets.

@johnrees
Created August 20, 2013 13:15
Show Gist options
  • Save johnrees/6281233 to your computer and use it in GitHub Desktop.
Save johnrees/6281233 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.0'
# gem 'authority'
gem 'whenever', require: false
gem 'bitwise'
gem "aws-ses", "~> 0.5.0", :require => 'aws/ses'
gem 'closure_tree'
gem 'kaminari'
gem 'cocoon'
gem 'friendly_id', github: 'norman/friendly_id'#, branch: '4.0-stable'
gem 'sass-rails', '~> 4.0.0'
gem 'countries'
gem 'country_select'
gem 'simple_form', github: 'plataformatec/simple_form'
gem 'geocoder', github: 'alexreisner/geocoder'
gem 'actionview-encoded_mail_to'
# gem "geokit-rails"
gem 'rails_autolink'
gem 'google_timezone'
gem 'ancestry'
gem 'uglifier', '>= 1.3.0'
gem 'paper_trail', github: 'airblade/paper_trail', branch: 'rails4'
gem 'coffee-rails', '~> 4.0.0'
gem 'stamp'
gem 'state_machine'
gem 'zurb-foundation', '>= 4.3.1'
gem "ransack", github: "ernie/ransack"
gem 'capistrano'
gem "font-awesome-rails", github: "bokmann/font-awesome-rails"
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'haml-rails'
gem "figaro"
gem "cancan", github: "ryanb/cancan"
# gem 'rocket_pants', '~> 1.0'
# gem 'turbolinks'
gem 'bitmask_attributes', github: 'jigfox/bitmask_attributes', branch: 'rails4'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
gem 'holder_rails'
group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', require: false
end
group :production do
gem 'pg'
gem "sentry-raven", :git => "https://github.com/getsentry/raven-ruby.git"
end
group :development do
gem "letter_opener"
gem "quiet_assets"
end
gem "split_datetime", github: "johnrees/split_datetime"
group :development, :test do
gem "zonebie"
gem "parallel"
gem 'sqlite3'
gem "rspec-rails"
gem "timecop"
gem "rb-fsevent"
gem "guard"
gem "guard-rspec"
gem "shoulda-matchers"
gem "capybara"
gem "launchy"
gem "factory_girl_rails"
end
# Use ActiveModel has_secure_password
gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the app server
gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano', group: :development
# Use debugger
# gem 'debugger', group: [:development, :test]
GIT
remote: git://github.com/airblade/paper_trail.git
revision: c441a5de2d61042126bb042c3c18012fca3af32b
branch: rails4
specs:
paper_trail (2.7.2)
activerecord (~> 4.0)
railties (~> 4.0)
GIT
remote: git://github.com/alexreisner/geocoder.git
revision: c740bbb7b7b20bd3bda2a17f2bf5fbd4e399b9a0
specs:
geocoder (1.1.8)
GIT
remote: git://github.com/bokmann/font-awesome-rails.git
revision: a88a9a88f0dfda2231331b395b5182611caa82fd
specs:
font-awesome-rails (3.2.1.3)
railties (>= 3.2, < 5.0)
GIT
remote: git://github.com/ernie/ransack.git
revision: be7c227a9547a359691258b0b10fb1842ae8de41
specs:
ransack (1.0.0)
actionpack (>= 3.0)
activerecord (>= 3.0)
polyamorous (~> 0.6.0)
GIT
remote: git://github.com/jigfox/bitmask_attributes.git
revision: 8eb9f8c2aa541c7584c7079d2b5ce80896e86198
branch: rails4
specs:
bitmask_attributes (0.4.0)
activerecord (>= 3.0, < 5)
GIT
remote: git://github.com/johnrees/split_datetime.git
revision: e2f5adf184728bc32bd616589a378e30499682fd
specs:
split_datetime (0.0.1)
GIT
remote: git://github.com/norman/friendly_id.git
revision: 823c46d67984f4401eeb0ccd272acc3e9e218ace
specs:
friendly_id (5.0.0.beta2)
GIT
remote: git://github.com/plataformatec/simple_form.git
revision: 359606f222fa0972a4a14ec70140ac00f7c80839
specs:
simple_form (3.0.0.rc)
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)
GIT
remote: git://github.com/ryanb/cancan.git
revision: 440bd887008820efbee8b954790f79b48d8264a6
specs:
cancan (1.6.10)
GIT
remote: https://github.com/getsentry/raven-ruby.git
revision: 7123787ed5d72b022afa8180da40500b5bc6de73
specs:
sentry-raven (0.6.0)
faraday (>= 0.7.6)
hashie (>= 1.1.0)
uuidtools
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.0)
actionpack (= 4.0.0)
mail (~> 2.5.3)
actionpack (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview-encoded_mail_to (1.0.4)
rails
activemodel (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
activerecord (4.0.0)
activemodel (= 4.0.0)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.0)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
addressable (2.3.5)
ancestry (2.0.0)
activerecord (>= 3.0.0)
arel (4.0.0)
atomic (1.1.13)
aws-ses (0.5.0)
builder
mail (> 2.2.5)
mime-types
xml-simple
bcrypt-ruby (3.0.1)
bitwise (0.6.0)
builder (3.1.4)
capistrano (2.15.5)
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)
chronic (0.9.1)
closure_tree (4.2.7)
activerecord (>= 3.0.0)
with_advisory_lock (>= 0.0.9)
cocoon (1.2.0)
coderay (1.0.9)
coffee-rails (4.0.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0.beta, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
countries (0.9.2)
currencies (>= 0.4.0)
country_select (1.2.0)
currencies (0.4.2)
diff-lcs (1.2.4)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.2.1)
factory_girl (~> 4.2.0)
railties (>= 3.0.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
ffi (1.9.0)
figaro (0.7.0)
bundler (~> 1.0)
rails (>= 3, < 5)
formatador (0.2.4)
google_timezone (0.0.1)
guard (1.8.2)
formatador (>= 0.2.4)
listen (>= 1.0.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-rspec (3.0.2)
guard (>= 1.8)
rspec (~> 2.13)
haml (4.0.3)
tilt
haml-rails (0.4)
actionpack (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1)
hashie (2.0.5)
highline (1.6.19)
hike (1.2.3)
holder_rails (2.0.0)
railties (>= 3.1.0)
i18n (0.6.5)
jbuilder (1.5.0)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.0.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.0.4)
jquery-rails
railties (>= 3.1.0)
json (1.8.0)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.8.0)
launchy (2.3.0)
addressable (~> 2.3)
letter_opener (1.1.2)
launchy (~> 2.2)
listen (1.3.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.4)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.2)
mime-types (1.24)
mini_portile (0.5.1)
minitest (4.7.5)
multi_json (1.7.9)
multipart-post (1.2.0)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.6.8)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
parallel (0.7.1)
pg (0.16.0)
polyamorous (0.6.3)
activerecord (>= 3.0)
polyglot (0.3.3)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.0)
actionmailer (= 4.0.0)
actionpack (= 4.0.0)
activerecord (= 4.0.0)
activesupport (= 4.0.0)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0)
sprockets-rails (~> 2.0.0)
rails_autolink (1.1.0)
rails (> 3.1)
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.11.0)
rake (10.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.1)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
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)
sass (3.2.10)
sass-rails (4.0.0)
railties (>= 4.0.0.beta, < 5.0)
sass (>= 3.1.10)
sprockets-rails (~> 2.0.0)
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)
slop (3.4.6)
sprockets (2.10.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.7)
stamp (0.5.0)
state_machine (1.2.0)
thor (0.18.1)
thread_safe (0.1.2)
atomic
tilt (1.4.1)
timecop (0.6.3)
treetop (1.4.14)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
uglifier (2.1.2)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
unicorn (4.6.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
uuidtools (2.1.4)
whenever (0.8.4)
activesupport (>= 2.3.4)
chronic (>= 0.6.3)
with_advisory_lock (0.0.10)
activerecord (>= 3.0.0)
xml-simple (1.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)
zonebie (0.5.0)
zurb-foundation (4.3.1)
sass (>= 3.2.0)
PLATFORMS
ruby
DEPENDENCIES
actionview-encoded_mail_to
ancestry
aws-ses (~> 0.5.0)
bcrypt-ruby (~> 3.0.0)
bitmask_attributes!
bitwise
cancan!
capistrano
capybara
closure_tree
cocoon
coffee-rails (~> 4.0.0)
countries
country_select
factory_girl_rails
figaro
font-awesome-rails!
friendly_id!
geocoder!
google_timezone
guard
guard-rspec
haml-rails
holder_rails
jbuilder (~> 1.2)
jquery-rails
jquery-ui-rails
kaminari
launchy
letter_opener
paper_trail!
parallel
pg
quiet_assets
rails (= 4.0.0)
rails_autolink
ransack!
rb-fsevent
rspec-rails
sass-rails (~> 4.0.0)
sdoc
sentry-raven!
shoulda-matchers
simple_form!
split_datetime!
sqlite3
stamp
state_machine
timecop
uglifier (>= 1.3.0)
unicorn
whenever
zonebie
zurb-foundation (>= 4.3.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment