Skip to content

Commit 181c770

Browse files
author
Brent Cook
committed
revert unintentional gem upgrades
1 parent 83fbd41 commit 181c770

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

Gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
rack (>= 1.0.0)
7474
rack-test (>= 0.5.4)
7575
xpath (~> 2.0)
76-
childprocess (0.5.6)
76+
childprocess (0.5.5)
7777
ffi (~> 1.0, >= 1.0.11)
7878
coderay (1.1.0)
7979
cucumber (1.3.19)
@@ -100,6 +100,7 @@ GEM
100100
fivemat (1.2.1)
101101
gherkin (2.12.2)
102102
multi_json (~> 1.3)
103+
hike (1.2.3)
103104
i18n (0.7.0)
104105
jsobfu (0.2.1)
105106
rkelly-remix (= 0.0.6)
@@ -134,7 +135,7 @@ GEM
134135
railties (>= 4.0.9, < 4.1.0)
135136
recog (~> 1.0)
136137
method_source (0.8.2)
137-
mime-types (2.5)
138+
mime-types (2.4.3)
138139
mini_portile (0.6.2)
139140
minitest (4.7.5)
140141
msgpack (0.5.11)
@@ -155,7 +156,7 @@ GEM
155156
coderay (~> 1.1.0)
156157
method_source (~> 0.8.1)
157158
slop (~> 3.4)
158-
rack (1.5.3)
159+
rack (1.5.2)
159160
rack-test (0.6.3)
160161
rack (>= 1.0)
161162
rails (4.0.13)
@@ -201,23 +202,27 @@ GEM
201202
rubyzip (1.1.7)
202203
shoulda-matchers (2.8.0)
203204
activesupport (>= 3.0.0)
204-
simplecov (0.10.0)
205+
simplecov (0.9.2)
205206
docile (~> 1.1.0)
206-
json (~> 1.8)
207-
simplecov-html (~> 0.10.0)
208-
simplecov-html (0.10.0)
207+
multi_json (~> 1.0)
208+
simplecov-html (~> 0.9.0)
209+
simplecov-html (0.9.0)
209210
slop (3.6.0)
210-
sprockets (3.1.0)
211+
sprockets (2.12.3)
212+
hike (~> 1.2)
213+
multi_json (~> 1.0)
211214
rack (~> 1.0)
212-
sprockets-rails (2.3.1)
215+
tilt (~> 1.1, != 1.3.0)
216+
sprockets-rails (2.2.4)
213217
actionpack (>= 3.0)
214218
activesupport (>= 3.0)
215219
sprockets (>= 2.8, < 4.0)
216220
sqlite3 (1.3.10)
217221
thor (0.19.1)
218222
thread_safe (0.3.5)
223+
tilt (1.4.1)
219224
timecop (0.7.3)
220-
tzinfo (0.3.44)
225+
tzinfo (0.3.43)
221226
xpath (2.0.0)
222227
nokogiri (~> 1.3)
223228
yard (0.8.7.6)

0 commit comments

Comments
 (0)