1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/Gemfile

10 lines
156 B
Text
Raw Normal View History

source 'http://rubygems.org'
2010-12-14 18:35:12 -05:00
gem 'rails', '3.0.3'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'mocha'
2010-12-14 18:35:12 -05:00
gem 'rspec-rails'
gem 'ruby-debug'
gem 'cucumber'