Skip to content

Commit 7fc497d

Browse files
committed
Update gems.
1 parent c219b28 commit 7fc497d

File tree

1 file changed

+21
-27
lines changed

1 file changed

+21
-27
lines changed

Gemfile.lock

+21-27
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GEM
3939
activesupport (3.2.2)
4040
i18n (~> 0.6)
4141
multi_json (~> 1.0)
42-
addressable (2.2.7)
42+
addressable (2.2.8)
4343
arel (3.0.2)
4444
awesome_nested_set (2.1.3)
4545
activerecord (>= 3.0.0)
@@ -68,7 +68,7 @@ GEM
6868
warden (~> 1.1.1)
6969
diff-lcs (1.1.3)
7070
erubis (2.7.0)
71-
execjs (1.3.0)
71+
execjs (1.3.2)
7272
multi_json (~> 1.0)
7373
factory_girl (3.2.0)
7474
activesupport (>= 3.0.0)
@@ -96,7 +96,7 @@ GEM
9696
sugar-high (~> 0.4.6.2)
9797
haml (3.1.4)
9898
has_scope (0.5.1)
99-
heroku (2.21.3)
99+
heroku (2.25.0)
100100
launchy (>= 0.3.2)
101101
netrc (~> 0.7.1)
102102
rest-client (~> 1.6.1)
@@ -111,7 +111,7 @@ GEM
111111
jquery-rails (2.0.2)
112112
railties (>= 3.2.0, < 5.0)
113113
thor (~> 0.14)
114-
json (1.6.6)
114+
json (1.7.1)
115115
kaminari (0.13.0)
116116
actionpack (>= 3.0.0)
117117
activesupport (>= 3.0.0)
@@ -129,7 +129,7 @@ GEM
129129
polyamorous (~> 0.5.0)
130130
method_source (0.7.1)
131131
mime-types (1.18)
132-
multi_json (1.2.0)
132+
multi_json (1.3.4)
133133
net-scp (1.0.4)
134134
net-ssh (>= 1.99.1)
135135
net-sftp (2.0.5)
@@ -150,9 +150,8 @@ GEM
150150
slop (>= 2.4.4, < 3)
151151
pry-rails (0.1.6)
152152
pry
153-
pusher (0.9.2)
153+
pusher (0.9.3)
154154
multi_json (~> 1.0)
155-
ruby-hmac (~> 0.4.0)
156155
signature (~> 0.1.2)
157156
rack (1.4.1)
158157
rack-cache (1.2)
@@ -194,49 +193,44 @@ GEM
194193
railties (~> 3.0)
195194
roar (~> 0.10.0)
196195
test_xml
197-
rspec (2.9.0)
198-
rspec-core (~> 2.9.0)
199-
rspec-expectations (~> 2.9.0)
200-
rspec-mocks (~> 2.9.0)
201-
rspec-core (2.9.0)
202-
rspec-expectations (2.9.1)
196+
rspec (2.10.0)
197+
rspec-core (~> 2.10.0)
198+
rspec-expectations (~> 2.10.0)
199+
rspec-mocks (~> 2.10.0)
200+
rspec-core (2.10.0)
201+
rspec-expectations (2.10.0)
203202
diff-lcs (~> 1.1.3)
204-
rspec-mocks (2.9.0)
205-
rspec-rails (2.9.0)
203+
rspec-mocks (2.10.1)
204+
rspec-rails (2.10.1)
206205
actionpack (>= 3.0)
207206
activesupport (>= 3.0)
208207
railties (>= 3.0)
209-
rspec (~> 2.9.0)
210-
ruby-hmac (0.4.0)
211-
rubyzip (0.9.6.1)
208+
rspec (~> 2.10.0)
209+
rubyzip (0.9.8)
212210
rvincenty (0.1.0)
213211
rvm-capistrano (1.1.0)
214212
capistrano (>= 2.0.0)
215-
sass (3.1.15)
213+
sass (3.1.17)
216214
sass-rails (3.2.5)
217215
railties (~> 3.2.0)
218216
sass (>= 3.1.10)
219217
tilt (~> 1.3)
220218
sequel (3.20.0)
221-
signature (0.1.2)
222-
ruby-hmac
219+
signature (0.1.3)
223220
sinatra (1.0)
224221
rack (>= 1.0)
225222
slop (2.4.4)
226-
sprockets (2.1.2)
223+
sprockets (2.1.3)
227224
hike (~> 1.2)
228225
rack (~> 1.0)
229226
tilt (~> 1.1, != 1.3.0)
230-
sqlite3 (1.3.5)
231-
sqlite3-ruby (1.3.3)
232-
sqlite3 (>= 1.3.3)
227+
sqlite3 (1.3.6)
233228
sugar-high (0.4.6.4)
234-
taps (0.3.23)
229+
taps (0.3.24)
235230
rack (>= 1.0.1)
236231
rest-client (>= 1.4.0, < 1.7.0)
237232
sequel (~> 3.20.0)
238233
sinatra (~> 1.0.0)
239-
sqlite3-ruby (~> 1.2)
240234
test_xml (0.1.2)
241235
nokogiri (>= 1.3.2)
242236
thor (0.14.6)

0 commit comments

Comments
 (0)