Skip to content

Commit

Permalink
Bring typhoeus_old.gemfile up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 10, 2014
1 parent 0b78ab1 commit c7c5e3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
7 changes: 1 addition & 6 deletions gemfiles/typhoeus_old.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "jruby-openssl", :platforms=>:jruby
gem "yard"
gem "relish", "~> 0.6"
gem "redcarpet", "~> 1.17.2", :platforms=>:ruby
gem "github-markup"
gem "bundler"
gem "rake", ">= 0.9.2"
gem "cucumber", ">= 1.1.4"
gem "aruba", ">= 0.5"
gem "rspec", ">= 3.0.0.beta1"
gem "rspec", "~> 3.1"
gem "fakeweb", ">= 1.3.0"
gem "faraday", ">= 0.8"
gem "httpclient", ">= 2.2"
Expand Down
45 changes: 15 additions & 30 deletions gemfiles/typhoeus_old.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
PATH
remote: /Users/myron/code/vcr
remote: ../
specs:
vcr (2.7.0)
vcr (2.9.3)

GEM
remote: https://rubygems.org/
specs:
addressable (2.3.5)
appraisal (0.5.2)
bundler
rake
archive-tar-minitar (0.5.2)
aruba (0.5.3)
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
Expand Down Expand Up @@ -46,7 +42,6 @@ GEM
ffi (1.9.3)
gherkin (2.12.2)
multi_json (~> 1.3)
github-markup (0.7.5)
http_parser.rb (0.6.0.beta.2)
httpclient (2.3.4.1)
json (1.8.1)
Expand All @@ -59,24 +54,19 @@ GEM
rack-protection (1.5.1)
rack
rake (10.1.0)
redcarpet (1.17.2)
redis (3.0.6)
relish (0.7)
archive-tar-minitar (>= 0.5.2)
json (>= 1.4.6)
rest-client (>= 1.6.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (3.0.0.beta1)
rspec-core (= 3.0.0.beta1)
rspec-expectations (= 3.0.0.beta1)
rspec-mocks (= 3.0.0.beta1)
rspec-core (3.0.0.beta1)
rspec-expectations (3.0.0.beta1)
diff-lcs (>= 1.1.3, < 2.0)
rspec-support (= 3.0.0.beta1)
rspec-mocks (3.0.0.beta1)
rspec-support (3.0.0.beta1)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.6)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
safe_yaml (0.9.7)
simplecov (0.8.2)
docile (~> 1.1.0)
Expand All @@ -102,27 +92,22 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal
aruba (>= 0.5)
bundler
cucumber (>= 1.1.4)
curb (>= 0.8.0)
em-http-request (>= 1.0.2)
excon (>= 0.22)
fakeweb (>= 1.3.0)
faraday (>= 0.8)
github-markup
httpclient (>= 2.2)
jruby-openssl
json (>= 1.6.5)
multi_json (>= 1.0.3)
patron (>= 0.4.15)
rack (>= 1.3.6)
rake (>= 0.9.2)
redcarpet (~> 1.17.2)
redis (>= 2.2.2)
relish (~> 0.6)
rspec (>= 3.0.0.beta1)
rspec (~> 3.1)
simplecov (>= 0.5.3)
sinatra (>= 1.3.2)
timecop (= 0.6.1)
Expand Down

0 comments on commit c7c5e3e

Please sign in to comment.