Skip to content

Commit

Permalink
removed sinatra. sinatra hell
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Aug 22, 2010
1 parent a9ecd62 commit a6945af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Gemfile
Expand Up @@ -25,7 +25,7 @@ gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'restfulie', '1.0.0.beta.1'

group :test, :development do
gem "sinatra"
# gem "sinatra"
gem "rack-conneg"
gem "rspec-rails", ">= 2.0.0.beta.19"
end
Expand Down
3 changes: 0 additions & 3 deletions tests/Gemfile.lock
Expand Up @@ -82,8 +82,6 @@ GEM
rspec-rails (2.0.0.beta.19)
rspec (= 2.0.0.beta.19)
webrat (>= 0.7.2.beta.1)
sinatra (1.0)
rack (>= 1.0)
sqlite3-ruby (1.3.1)
thor (0.14.0)
treetop (1.4.8)
Expand All @@ -102,5 +100,4 @@ DEPENDENCIES
rails (= 3.0.0.rc)
restfulie (= 1.0.0.beta.1)
rspec-rails (>= 2.0.0.beta.19)
sinatra
sqlite3-ruby
File renamed without changes.

0 comments on commit a6945af

Please sign in to comment.