mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
Update gemfile - source and rspec version
This is a small update to to the project Gemfile to rspec at the expected version, and to point at the HTTPS version of Rubygems.org. The specs then pass with supported Ruby versions (anything above 1.8 really).
This commit is contained in:
parent
9b11f2d27e
commit
774de4dfbe
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
|
@ -1,4 +1,4 @@
|
|||
source :rubygems
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rake'
|
||||
gem 'yard'
|
||||
|
|
@ -9,7 +9,7 @@ end
|
|||
|
||||
group :test do
|
||||
gem 'json', :platforms => :ruby_18
|
||||
gem 'rspec'
|
||||
gem 'rspec', '~> 2.99'
|
||||
gem 'timecop'
|
||||
gem 'webmock', '>= 1.10.1'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue