Skip to content

Commit fa9e060

Browse files
committed
add gemfile locks and update appraisals
1 parent 7bcb1fc commit fa9e060

5 files changed

+18
-22
lines changed

Appraisals

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
appraise "typhoeus-new" do
2-
gem 'typhoeus', '~> 0.5'
3-
end
4-
51
appraise "typhoeus-old" do
62
gem 'typhoeus', '~> 0.4.2'
73
gem 'webmock', '1.8.11'

Gemfile.lock

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ GEM
1919
builder (3.1.4)
2020
childprocess (0.3.6)
2121
ffi (~> 1.0, >= 1.0.6)
22+
coderay (1.0.8)
2223
columnize (0.3.6)
2324
cookiejar (0.3.0)
2425
crack (0.3.1)
@@ -69,10 +70,15 @@ GEM
6970
json (1.6.7)
7071
linecache (0.46)
7172
rbx-require-relative (> 0.0.4)
73+
method_source (0.8.1)
7274
mime-types (1.19)
7375
multi_json (1.0.4)
7476
multipart-post (1.1.5)
7577
patron (0.4.18)
78+
pry (0.9.10)
79+
coderay (~> 1.0.5)
80+
method_source (~> 0.8)
81+
slop (~> 3.3.1)
7682
rack (1.3.6)
7783
rack-protection (1.2.0)
7884
rack
@@ -110,6 +116,7 @@ GEM
110116
rack (~> 1.3, >= 1.3.6)
111117
rack-protection (~> 1.2)
112118
tilt (~> 1.3, >= 1.3.3)
119+
slop (3.3.3)
113120
term-ansicolor (1.0.7)
114121
tilt (1.3.3)
115122
timecop (0.3.5)
@@ -143,6 +150,7 @@ DEPENDENCIES
143150
json (~> 1.6.5)
144151
multi_json (~> 1.0.3)
145152
patron (~> 0.4.15)
153+
pry
146154
rack (~> 1.3.6)
147155
rake (~> 0.9.2)
148156
redcarpet (~> 1.17.2)

gemfiles/typhoeus_new.gemfile

-17
This file was deleted.

gemfiles/typhoeus_old.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ gem "redcarpet", "~> 1.17.2", :platforms=>:ruby
1212
gem "github-markup"
1313
gem "ruby-debug", :platforms=>[:mri_18, :jruby]
1414
gem "debugger", :platforms=>:mri_19
15+
gem "pry"
1516
gem "typhoeus", "~> 0.4.2"
1617
gem "webmock", "1.8.11"
1718

gemfiles/typhoeus_old.gemfile.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PATH
2-
remote: /Users/myron/code/vcr
2+
remote: /Users/hungerandthirst/Code/Ruby/vcr
33
specs:
44
vcr (2.3.0)
55

@@ -19,6 +19,7 @@ GEM
1919
builder (3.1.4)
2020
childprocess (0.3.6)
2121
ffi (~> 1.0, >= 1.0.6)
22+
coderay (1.0.8)
2223
columnize (0.3.6)
2324
cookiejar (0.3.0)
2425
crack (0.3.1)
@@ -66,10 +67,15 @@ GEM
6667
json (1.6.7)
6768
linecache (0.46)
6869
rbx-require-relative (> 0.0.4)
70+
method_source (0.8.1)
6971
mime-types (1.19)
7072
multi_json (1.0.4)
7173
multipart-post (1.1.5)
7274
patron (0.4.18)
75+
pry (0.9.10)
76+
coderay (~> 1.0.5)
77+
method_source (~> 0.8)
78+
slop (~> 3.3.1)
7379
rack (1.3.6)
7480
rack-protection (1.2.0)
7581
rack
@@ -107,6 +113,7 @@ GEM
107113
rack (~> 1.3, >= 1.3.6)
108114
rack-protection (~> 1.2)
109115
tilt (~> 1.3, >= 1.3.3)
116+
slop (3.3.3)
110117
term-ansicolor (1.0.7)
111118
tilt (1.3.3)
112119
timecop (0.3.5)
@@ -141,6 +148,7 @@ DEPENDENCIES
141148
json (~> 1.6.5)
142149
multi_json (~> 1.0.3)
143150
patron (~> 0.4.15)
151+
pry
144152
rack (~> 1.3.6)
145153
rake (~> 0.9.2)
146154
redcarpet (~> 1.17.2)

0 commit comments

Comments
 (0)