Created
January 23, 2013 06:25
-
-
Save pochi/4602577 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature: Reserve login
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (
> 3.0.0)> 3.0.2)activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
arel (
tzinfo (
> 0.3.29)> 0.6)activesupport (3.2.11)
i18n (
multi_json (
> 1.0)> 2.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 (
xpath (
> 1.0.0)> 1.0, >= 1.0.6)childprocess (0.3.6)
ffi (
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (
> 2.11.0)> 0.2.1)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 (
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)> 1.4.8)treetop (
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)> 0.10.2)http_router (
sinatra (
> 1.3.1)> 0.15.2)thor (
tilt (
> 1.3.0)> 1.0)padrino-gen (0.10.7)
bundler (
padrino-core (= 0.10.7)
padrino-helpers (0.10.7)
i18n (
> 0.6)> 2.3.0)padrino-core (= 0.10.7)
padrino-mailer (0.10.7)
mail (
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)> 2.12.0)rspec-expectations (
rspec-mocks (
> 2.12.0)> 1.1.3)rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (
rspec-mocks (2.12.1)
rubyzip (0.9.9)
selenium-webdriver (2.27.2)
childprocess (>= 0.2.5)
libwebsocket (
> 0.1.3)> 1.0)multi_json (
rubyzip
sinatra (1.3.3)
rack (
> 1.3, >= 1.3.6)> 1.2)rack-protection (
tilt (
> 1.3, >= 1.3.3)> 1.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 (
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