We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ff1ef commit cb3384aCopy full SHA for cb3384a
2 files changed
Gemfile
@@ -31,8 +31,8 @@ end
31
gem "activerecord", "~> 4.0"
32
gem "bcrypt-ruby", "~> 3.1.2"
33
gem "delayed_job_active_record", "~> 4.0"
34
-gem "feedbag", github: "dwillis/feedbag"
35
-gem "feedzirra", github: "swanson/feedzirra"
+gem "feedbag", "~> 0.9.2"
+gem "feedzirra"
36
gem "highline", "~> 1.6", ">= 1.6.20", require: false
37
gem "i18n", "~> 0.6.9"
38
gem "loofah", github: "swanson/loofah"
@@ -42,7 +42,7 @@ gem "rake", "~> 10.1", ">= 10.1.1"
42
gem "sinatra", "~> 1.4", ">= 1.4.4"
43
gem "sinatra-assetpack", "~> 0.3.1", require: "sinatra/assetpack"
44
gem "sinatra-activerecord", "~> 1.2", ">= 1.2.3"
45
-gem "sinatra-contrib", github: "sinatra/sinatra-contrib"
+gem "sinatra-contrib", ">= 1.4.2"
46
gem "sinatra-flash", "~> 0.3.0"
47
gem "thread", "~> 0.1.3"
48
gem "will_paginate", "~> 3.0", ">= 3.0.5"
Gemfile.lock
@@ -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
9
- remote: git://github.com/sinatra/sinatra-contrib.git
10
- revision: c3f0561ed03b87e556869156d003d85780749c67
11
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
21
- remote: git://github.com/swanson/feedzirra.git
22
- revision: b1ff9dd220f90a6168d5c5555825bb3d33d851b8
23
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
30
GIT
remote: git://github.com/swanson/loofah.git
revision: 825d715e6f1281501882d886cf34e82aebabb356
@@ -81,11 +52,21 @@ GEM
81
52
excon (0.31.0)
82
53
faker (1.2.0)
83
54
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)
84
64
foreman (0.63.0)
85
65
dotenv (>= 0.7)
86
66
thor (>= 0.13.6)
87
67
formatador (0.2.4)
88
68
highline (1.6.20)
69
+ hpricot (0.8.6)
89
70
i18n (0.6.9)
90
71
jsmin (1.0.1)
91
72
kgio (2.8.1)
@@ -127,8 +108,8 @@ GEM
127
108
nokogiri (>= 1.4.4)
128
109
rspec (>= 2.0.0)
129
110
rspec-mocks (2.14.4)
130
- sax-machine (0.2.0.rc1)
131
- nokogiri (~> 1.5.2)
111
+ sax-machine (0.1.0)
112
132
113
shotgun (0.9)
133
114
rack (>= 1.0)
134
115
simplecov (0.8.2)
@@ -148,6 +129,13 @@ GEM
148
rack-test
149
sinatra
150
tilt (>= 1.3.0)
+ sinatra-contrib (1.4.2)
+ backports (>= 2.0)
+ multi_json
135
+ rack-protection
136
+ rack-test
137
+ sinatra (~> 1.4.0)
138
+ tilt (~> 1.3)
151
139
sinatra-flash (0.3.0)
152
140
sinatra (>= 1.0.0)
153
141
slop (3.4.7)
@@ -177,8 +165,8 @@ DEPENDENCIES
177
165
delayed_job_active_record (~> 4.0)
178
166
excon (~> 0.31.0)
179
167
faker (~> 1.2)
180
- feedbag!
181
- feedzirra!
168
+ feedbag (~> 0.9.2)
169
+ feedzirra
182
170
foreman (~> 0.63.0)
183
171
formatador (~> 0.2.4)
184
172
highline (~> 1.6, >= 1.6.20)
@@ -198,7 +186,7 @@ DEPENDENCIES
198
186
sinatra (~> 1.4, >= 1.4.4)
199
187
sinatra-activerecord (~> 1.2, >= 1.2.3)
200
188
sinatra-assetpack (~> 0.3.1)
201
- sinatra-contrib!
189
+ sinatra-contrib (>= 1.4.2)
202
190
sinatra-flash (~> 0.3.0)
203
191
sqlite3 (~> 1.3, >= 1.3.8)
204
192
thread (~> 0.1.3)
0 commit comments