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:
parent
a236fb08af
commit
67fa0d535f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
gem 'rspec'
|
gem 'rspec', '>= 1.2.8'
|
||||||
require 'spec'
|
require 'spec'
|
||||||
require File.join(File.dirname(__FILE__), '..', 'lib', 'httparty')
|
require File.join(File.dirname(__FILE__), '..', 'lib', 'httparty')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue