1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Bumped required version of rspec. One of specs was failing simply from bug in older version of rspec. All specs pass with at least this version.

This commit is contained in:
John Nunemaker 2009-07-19 20:02:52 -04:00
parent a236fb08af
commit 67fa0d535f

View file

@ -1,5 +1,5 @@
require 'rubygems'
gem 'rspec'
gem 'rspec', '>= 1.2.8'
require 'spec'
require File.join(File.dirname(__FILE__), '..', 'lib', 'httparty')