Skip to content

Instantly share code, notes, and snippets.

@andlaz
Created January 8, 2012 15:22
Show Gist options
  • Save andlaz/1578679 to your computer and use it in GitHub Desktop.
Save andlaz/1578679 to your computer and use it in GitHub Desktop.
inquiries-test/Gemfile
Andras-Szerdahelyis-MacBook-Pro:inquiries-test andras$ gem list
*** LOCAL GEMS ***
actionmailer (3.1.3)
actionpack (3.1.3)
activemodel (3.1.3)
activerecord (3.1.3)
activeresource (3.1.3)
activesupport (3.1.3)
acts_as_indexed (0.7.7)
addressable (2.2.6)
arel (2.2.1)
asset_sync (0.2.3)
awesome_nested_set (2.0.2)
babosa (0.3.6, 0.3.5)
bcrypt-ruby (3.0.1)
builder (3.0.0)
bundler (1.1.rc.7, 1.1.rc.6, 1.0.21)
capybara (1.1.2)
childprocess (0.2.6)
coffee-rails (3.1.1)
coffee-script (2.2.0)
coffee-script-source (1.2.0)
database_cleaner (0.7.0)
devise (1.5.3, 1.4.9)
diff-lcs (1.1.3)
dragonfly (0.9.9)
erubis (2.7.0)
excon (0.9.4)
execjs (1.2.13)
factory_girl (2.3.2)
factory_girl_rails (1.4.0)
faraday (0.7.5)
ffi (1.0.11)
filters_spam (0.3)
fog (1.1.2)
formatador (0.2.1)
friendly_id_globalize3 (3.2.1.5)
fuubar (0.0.6)
globalize3 (0.2.0.beta4)
guard (0.10.0)
guard-rspec (0.5.11)
hashie (1.2.0)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.19)
json (1.6.4)
json_pure (1.6.4)
launchy (2.0.5)
libv8 (3.3.10.4 x86_64-darwin-11)
mail (2.3.0)
mime-types (1.17.2)
multi_json (1.0.4)
multipart-post (1.1.4)
mysql2 (0.3.11)
net-scp (1.0.4)
net-ssh (2.2.1)
nokogiri (1.5.0)
oauth2 (0.5.1)
omniauth (1.0.1)
omniauth-facebook (1.1.0)
omniauth-oauth2 (1.0.0)
orm_adapter (0.0.5)
paper_trail (2.5.0)
polyglot (0.3.3)
prototype-rails (3.1.0)
rack (1.3.6)
rack-cache (1.1)
rack-mount (0.8.3)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.1.3)
rails-i18n (0.2.1)
railties (3.1.3)
rake (0.9.2.2)
rdoc (3.12)
refinerycms (2.0.0)
refinerycms-authentication (2.0.0)
refinerycms-core (2.0.0)
refinerycms-dashboard (2.0.0)
refinerycms-images (2.0.0)
refinerycms-pages (2.0.0)
refinerycms-resources (2.0.0)
refinerycms-settings (2.0.0)
refinerycms-testing (2.0.0)
routing-filter (0.2.4)
rspec (2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
rspec-instafail (0.1.9)
rspec-mocks (2.8.0)
rspec-rails (2.8.1)
ruby-hmac (0.4.0)
ruby-progressbar (0.0.10)
rubyzip (0.9.5)
sass (3.1.12)
sass-rails (3.1.5)
selenium-webdriver (2.16.0)
seo_meta (1.2.0.rc2)
sprockets (2.0.3)
sqlite3 (1.3.5)
therubyracer (0.9.9)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
truncate_html (0.5.1)
tzinfo (0.3.31)
uglifier (1.2.1)
warden (1.1.0, 1.0.6)
will_paginate (3.0.2)
xpath (0.1.4)
source 'http://rubygems.org'
# gem 'rails', '3.1.3'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.1.5'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
gem "refinerycms", :git => 'https://github.com/resolve/refinerycms.git'
gem "refinerycms-inquiries", :git => 'https://github.com/resolve/refinerycms-inquiries.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment