Skip to content

Commit c63e48b

Browse files
committed
bundle update (removing x86-mingw32 platform)
1 parent 5eef64a commit c63e48b

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

Gemfile.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (3.2.15)
4+
activesupport (3.2.17)
55
i18n (~> 0.6, >= 0.6.4)
66
multi_json (~> 1.0)
77
coderay (1.1.0)
@@ -20,23 +20,19 @@ GEM
2020
erector (0.9.0)
2121
treetop (>= 1.2.3)
2222
eventmachine (1.0.3)
23-
eventmachine (1.0.3-x86-mingw32)
2423
ffi (1.9.3)
25-
ffi (1.9.3-x86-mingw32)
2624
files (0.3.1)
27-
i18n (0.6.5)
25+
i18n (0.6.9)
2826
json (1.8.1)
2927
listen (1.0.3)
3028
rb-fsevent (>= 0.9.3)
3129
rb-inotify (>= 0.9)
3230
rb-kqueue (>= 0.2)
3331
mini_portile (0.5.2)
34-
multi_json (1.8.2)
32+
multi_json (1.8.4)
3533
nokogiri (1.6.1)
3634
mini_portile (~> 0.5.0)
37-
nokogiri (1.6.1-x86-mingw32)
38-
mini_portile (~> 0.5.0)
39-
polyglot (0.3.3)
35+
polyglot (0.3.4)
4036
predicated (0.2.6)
4137
rack (1.5.2)
4238
rack-codehighlighter (0.5.0)
@@ -46,11 +42,11 @@ GEM
4642
rack
4743
rack-test (0.6.2)
4844
rack (>= 1.0)
49-
rake (10.1.0)
50-
rb-fsevent (0.9.3)
51-
rb-inotify (0.9.2)
45+
rake (10.1.1)
46+
rb-fsevent (0.9.4)
47+
rb-inotify (0.9.3)
5248
ffi (>= 0.5.0)
53-
rb-kqueue (0.2.0)
49+
rb-kqueue (0.2.2)
5450
ffi (>= 0.5.0)
5551
redcarpet (2.3.0)
5652
rerun (0.8.2)
@@ -60,15 +56,15 @@ GEM
6056
rspec-expectations (~> 2.14.0)
6157
rspec-mocks (~> 2.14.0)
6258
rspec-core (2.14.7)
63-
rspec-expectations (2.14.4)
59+
rspec-expectations (2.14.5)
6460
diff-lcs (>= 1.1.3, < 2.0)
65-
rspec-mocks (2.14.4)
61+
rspec-mocks (2.14.6)
6662
ruby2ruby (2.0.7)
6763
ruby_parser (~> 3.1)
6864
sexp_processor (~> 4.0)
69-
ruby_parser (3.2.2)
65+
ruby_parser (3.4.1)
7066
sexp_processor (~> 4.1)
71-
sass (3.2.12)
67+
sass (3.2.14)
7268
sexp_processor (4.4.1)
7369
sinatra (1.3.6)
7470
rack (~> 1.4)
@@ -92,7 +88,6 @@ GEM
9288

9389
PLATFORMS
9490
ruby
95-
x86-mingw32
9691

9792
DEPENDENCIES
9893
activesupport (~> 3.2.0)

0 commit comments

Comments
 (0)