Skip to content

Instantly share code, notes, and snippets.

@pochi
Created January 23, 2013 06:25
Show Gist options
  • Save pochi/4602577 to your computer and use it in GitHub Desktop.
Save pochi/4602577 to your computer and use it in GitHub Desktop.
source :rubygems
gem 'thin'
gem 'rake'
gem 'sinatra-flash', :require => 'sinatra/flash'
gem 'activerecord', '~>3.2.11', :require => 'active_record'
gem 'mysql2'
gem 'json'
# Test requirements
gem 'rspec', :group => "test"
gem 'capybara', :group => "test"
gem 'cucumber', :group => "test"
gem 'rack-test', :require => "rack/test", :group => "test"
gem 'spork'
gem 'database_cleaner'
# Padrino Stable Gem
gem 'padrino', '0.10.7'
@pochi
Copy link
Author

pochi commented Jan 23, 2013

Feature: Reserve login
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (> 3.0.0)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
arel (
> 3.0.2)
tzinfo (> 0.3.29)
activesupport (3.2.11)
i18n (
> 0.6)
multi_json (> 1.0)
addressable (2.3.2)
arel (3.0.2)
builder (3.0.4)
capybara (2.0.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (
> 2.0)
xpath (> 1.0.0)
childprocess (0.3.6)
ffi (
> 1.0, >= 1.0.6)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (> 2.11.0)
json (>= 1.4.6)
daemons (1.1.9)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
eventmachine (1.0.0)
ffi (1.3.1)
gherkin (2.11.5)
json (>= 1.4.6)
http_router (0.10.2)
rack (>= 1.0.0)
url_mount (
> 0.2.1)
i18n (0.6.1)
json (1.7.6)
libwebsocket (0.1.7.1)
addressable
websocket
mail (2.3.3)
i18n (>= 0.4.0)
mime-types (> 1.16)
treetop (
> 1.4.8)
mime-types (1.19)
multi_json (1.5.0)
mysql2 (0.3.11)
nokogiri (1.5.6)
padrino (0.10.7)
padrino-admin (= 0.10.7)
padrino-cache (= 0.10.7)
padrino-core (= 0.10.7)
padrino-gen (= 0.10.7)
padrino-helpers (= 0.10.7)
padrino-mailer (= 0.10.7)
padrino-admin (0.10.7)
padrino-core (= 0.10.7)
padrino-helpers (= 0.10.7)
padrino-cache (0.10.7)
padrino-core (= 0.10.7)
padrino-core (0.10.7)
activesupport (> 3.2.0)
http_router (
> 0.10.2)
sinatra (> 1.3.1)
thor (
> 0.15.2)
tilt (> 1.3.0)
padrino-gen (0.10.7)
bundler (
> 1.0)
padrino-core (= 0.10.7)
padrino-helpers (0.10.7)
i18n (> 0.6)
padrino-core (= 0.10.7)
padrino-mailer (0.10.7)
mail (
> 2.3.0)
padrino-core (= 0.10.7)
polyglot (0.3.3)
rack (1.4.4)
rack-protection (1.3.2)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.0.3)
rspec (2.12.0)
rspec-core (> 2.12.0)
rspec-expectations (
> 2.12.0)
rspec-mocks (> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (
> 1.1.3)
rspec-mocks (2.12.1)
rubyzip (0.9.9)
selenium-webdriver (2.27.2)
childprocess (>= 0.2.5)
libwebsocket (> 0.1.3)
multi_json (
> 1.0)
rubyzip
sinatra (1.3.3)
rack (> 1.3, >= 1.3.6)
rack-protection (
> 1.2)
tilt (> 1.3, >= 1.3.3)
sinatra-flash (0.3.0)
sinatra (>= 1.0.0)
spork (0.9.2)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.15.4)
tilt (1.3.3)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.35)
url_mount (0.2.1)
rack
websocket (1.0.6)
xpath (1.0.0)
nokogiri (
> 1.3)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.2.11)
capybara
cucumber
database_cleaner
json
mysql2
padrino (= 0.10.7)
rack-test
rake
rspec
sinatra-flash
spork
thin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment