Skip to content

Commit dc3567e

Browse files
committed
bundle update and remove unused md2step file
1 parent a683933 commit dc3567e

File tree

3 files changed

+30
-40
lines changed

3 files changed

+30
-40
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
ruby '2.1.2'
44

5-
gem 'activesupport', '~> 3.2.0'
5+
gem 'activesupport'
66
gem "erector", "~> 0.10.0"
77
gem "sinatra", "~> 1.4.0"
88
gem "nokogiri"

Gemfile.lock

+29-21
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (3.2.19)
5-
i18n (~> 0.6, >= 0.6.4)
6-
multi_json (~> 1.0)
7-
celluloid (0.15.2)
8-
timers (~> 1.1.0)
4+
activesupport (4.1.5)
5+
i18n (~> 0.6, >= 0.6.9)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.1)
9+
tzinfo (~> 1.1)
10+
celluloid (0.16.0)
11+
timers (~> 4.0.0)
912
coderay (1.1.0)
1013
daemons (1.1.9)
1114
deckrb (0.5.2)
@@ -24,14 +27,15 @@ GEM
2427
eventmachine (1.0.3)
2528
ffi (1.9.3)
2629
files (0.3.1)
30+
hitimes (1.2.2)
2731
i18n (0.6.11)
2832
json (1.8.1)
2933
listen (2.7.9)
3034
celluloid (>= 0.15.2)
3135
rb-fsevent (>= 0.9.3)
3236
rb-inotify (>= 0.9)
3337
mini_portile (0.6.0)
34-
multi_json (1.10.1)
38+
minitest (5.4.1)
3539
nokogiri (1.6.3.1)
3640
mini_portile (= 0.6.0)
3741
polyglot (0.3.5)
@@ -51,24 +55,24 @@ GEM
5155
redcarpet (2.3.0)
5256
rerun (0.10.0)
5357
listen (~> 2.7, >= 2.7.3)
54-
rspec (3.0.0)
55-
rspec-core (~> 3.0.0)
56-
rspec-expectations (~> 3.0.0)
57-
rspec-mocks (~> 3.0.0)
58-
rspec-core (3.0.4)
59-
rspec-support (~> 3.0.0)
60-
rspec-expectations (3.0.4)
58+
rspec (3.1.0)
59+
rspec-core (~> 3.1.0)
60+
rspec-expectations (~> 3.1.0)
61+
rspec-mocks (~> 3.1.0)
62+
rspec-core (3.1.2)
63+
rspec-support (~> 3.1.0)
64+
rspec-expectations (3.1.0)
6165
diff-lcs (>= 1.2.0, < 2.0)
62-
rspec-support (~> 3.0.0)
63-
rspec-mocks (3.0.4)
64-
rspec-support (~> 3.0.0)
65-
rspec-support (3.0.4)
66-
ruby2ruby (2.1.1)
66+
rspec-support (~> 3.1.0)
67+
rspec-mocks (3.1.0)
68+
rspec-support (~> 3.1.0)
69+
rspec-support (3.1.0)
70+
ruby2ruby (2.1.2)
6771
ruby_parser (~> 3.1)
6872
sexp_processor (~> 4.0)
6973
ruby_parser (3.6.2)
7074
sexp_processor (~> 4.1)
71-
sass (3.4.1)
75+
sass (3.4.3)
7276
sexp_processor (4.4.4)
7377
sinatra (1.4.5)
7478
rack (~> 1.4)
@@ -78,11 +82,15 @@ GEM
7882
daemons (>= 1.0.9)
7983
eventmachine (>= 1.0.0)
8084
rack (>= 1.0.0)
85+
thread_safe (0.3.4)
8186
tilt (1.4.1)
82-
timers (1.1.0)
87+
timers (4.0.1)
88+
hitimes
8389
treetop (1.5.3)
8490
polyglot (~> 0.3)
8591
trollop (2.0)
92+
tzinfo (1.2.2)
93+
thread_safe (~> 0.1)
8694
wrong (0.7.1)
8795
diff-lcs (~> 1.2.5)
8896
predicated (~> 0.2.6)
@@ -94,7 +102,7 @@ PLATFORMS
94102
ruby
95103

96104
DEPENDENCIES
97-
activesupport (~> 3.2.0)
105+
activesupport
98106
coderay
99107
deckrb (~> 0.5.2)
100108
erector (~> 0.10.0)

md2step

-18
This file was deleted.

0 commit comments

Comments
 (0)