Skip to content

Commit

Permalink
Restore tests for sinatra, fixes #387
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed May 2, 2013
1 parent 148d721 commit 7b99f5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gemfiles/sinatra.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'

gem 'activerecord', '>= 3.2.3', :require => 'active_record'
gem 'sinatra', '>= 1.3'
gem 'padrino-helpers', '>= 0.10.6.c'
gem 'sinatra', '~> 1.3.0'
gem 'padrino-helpers', '~> 0.10.7'
gem 'rack-test', '>= 0'
gem 'sinatra-contrib', '>= 1.3'
gem 'sinatra-contrib', '~> 1.3.0'
gem 'nokogiri'
gem 'xpath'
gem 'mime-types'
Expand Down

0 comments on commit 7b99f5e

Please sign in to comment.