Skip to content

Commit

Permalink
get tests to run for sinatra_*
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Nov 9, 2013
1 parent 8c736ce commit a7cb796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/sinatra_13.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
source 'https://rubygems.org'

gem 'activerecord', '~> 3.2.3', :require => 'active_record'
gem 'railties', '~> 3.2.3'
gem 'rspec-rails', '>= 2.0'
gem 'sinatra', '~> 1.3.0'
gem 'tilt', '~> 1.3.0'
gem 'padrino-helpers', '~> 0.10.6'
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/sinatra_14.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
source 'https://rubygems.org'

gem 'activerecord', '~> 3.2.0', :require => 'active_record'
gem 'railties', '~> 3.2.3'
gem 'rspec-rails', '>= 2.0'
gem 'sinatra', '~> 1.4.0'
gem 'tilt', '~> 1.3.0'
gem 'padrino-helpers', '~> 0.11.3'
Expand Down

0 comments on commit a7cb796

Please sign in to comment.