Skip to content

Commit cb3384a

Browse files
committed
Switch to mainline releases of feedback, feedzirra, sinatra-contrib
1 parent 69ff1ef commit cb3384a

2 files changed

Lines changed: 25 additions & 37 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ end
3131
gem "activerecord", "~> 4.0"
3232
gem "bcrypt-ruby", "~> 3.1.2"
3333
gem "delayed_job_active_record", "~> 4.0"
34-
gem "feedbag", github: "dwillis/feedbag"
35-
gem "feedzirra", github: "swanson/feedzirra"
34+
gem "feedbag", "~> 0.9.2"
35+
gem "feedzirra"
3636
gem "highline", "~> 1.6", ">= 1.6.20", require: false
3737
gem "i18n", "~> 0.6.9"
3838
gem "loofah", github: "swanson/loofah"
@@ -42,7 +42,7 @@ gem "rake", "~> 10.1", ">= 10.1.1"
4242
gem "sinatra", "~> 1.4", ">= 1.4.4"
4343
gem "sinatra-assetpack", "~> 0.3.1", require: "sinatra/assetpack"
4444
gem "sinatra-activerecord", "~> 1.2", ">= 1.2.3"
45-
gem "sinatra-contrib", github: "sinatra/sinatra-contrib"
45+
gem "sinatra-contrib", ">= 1.4.2"
4646
gem "sinatra-flash", "~> 0.3.0"
4747
gem "thread", "~> 0.1.3"
4848
gem "will_paginate", "~> 3.0", ">= 3.0.5"

Gemfile.lock

Lines changed: 22 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
GIT
2-
remote: git://github.com/dwillis/feedbag.git
3-
revision: c018ce823dd3a8fc1e94fa5aac53aabc14cf8b49
4-
specs:
5-
feedbag (0.9.1)
6-
nokogiri
7-
8-
GIT
9-
remote: git://github.com/sinatra/sinatra-contrib.git
10-
revision: c3f0561ed03b87e556869156d003d85780749c67
11-
specs:
12-
sinatra-contrib (1.4.2)
13-
backports (>= 2.0)
14-
multi_json
15-
rack-protection
16-
rack-test
17-
sinatra (~> 1.4.0)
18-
tilt (~> 1.3)
19-
20-
GIT
21-
remote: git://github.com/swanson/feedzirra.git
22-
revision: b1ff9dd220f90a6168d5c5555825bb3d33d851b8
23-
specs:
24-
feedzirra (0.2.0.rc2)
25-
curb (~> 0.8.1)
26-
loofah (~> 1.2.1)
27-
nokogiri (~> 1.5.3)
28-
sax-machine (~> 0.2.0.rc1)
29-
301
GIT
312
remote: git://github.com/swanson/loofah.git
323
revision: 825d715e6f1281501882d886cf34e82aebabb356
@@ -81,11 +52,21 @@ GEM
8152
excon (0.31.0)
8253
faker (1.2.0)
8354
i18n (~> 0.5)
55+
feedbag (0.9.2)
56+
hpricot (>= 0.6)
57+
feedzirra (0.0.24)
58+
activesupport (>= 2.3.8)
59+
builder (>= 2.1.2)
60+
curb (>= 0.2.3)
61+
loofah (>= 0.3.1)
62+
nokogiri (> 0.0.0)
63+
sax-machine (>= 0.0.12)
8464
foreman (0.63.0)
8565
dotenv (>= 0.7)
8666
thor (>= 0.13.6)
8767
formatador (0.2.4)
8868
highline (1.6.20)
69+
hpricot (0.8.6)
8970
i18n (0.6.9)
9071
jsmin (1.0.1)
9172
kgio (2.8.1)
@@ -127,8 +108,8 @@ GEM
127108
nokogiri (>= 1.4.4)
128109
rspec (>= 2.0.0)
129110
rspec-mocks (2.14.4)
130-
sax-machine (0.2.0.rc1)
131-
nokogiri (~> 1.5.2)
111+
sax-machine (0.1.0)
112+
nokogiri (> 0.0.0)
132113
shotgun (0.9)
133114
rack (>= 1.0)
134115
simplecov (0.8.2)
@@ -148,6 +129,13 @@ GEM
148129
rack-test
149130
sinatra
150131
tilt (>= 1.3.0)
132+
sinatra-contrib (1.4.2)
133+
backports (>= 2.0)
134+
multi_json
135+
rack-protection
136+
rack-test
137+
sinatra (~> 1.4.0)
138+
tilt (~> 1.3)
151139
sinatra-flash (0.3.0)
152140
sinatra (>= 1.0.0)
153141
slop (3.4.7)
@@ -177,8 +165,8 @@ DEPENDENCIES
177165
delayed_job_active_record (~> 4.0)
178166
excon (~> 0.31.0)
179167
faker (~> 1.2)
180-
feedbag!
181-
feedzirra!
168+
feedbag (~> 0.9.2)
169+
feedzirra
182170
foreman (~> 0.63.0)
183171
formatador (~> 0.2.4)
184172
highline (~> 1.6, >= 1.6.20)
@@ -198,7 +186,7 @@ DEPENDENCIES
198186
sinatra (~> 1.4, >= 1.4.4)
199187
sinatra-activerecord (~> 1.2, >= 1.2.3)
200188
sinatra-assetpack (~> 0.3.1)
201-
sinatra-contrib!
189+
sinatra-contrib (>= 1.4.2)
202190
sinatra-flash (~> 0.3.0)
203191
sqlite3 (~> 1.3, >= 1.3.8)
204192
thread (~> 0.1.3)

0 commit comments

Comments
 (0)