File tree 3 files changed +30
-40
lines changed
3 files changed +30
-40
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source "https://rubygems.org"
2
2
3
3
ruby '2.1.2'
4
4
5
- gem 'activesupport' , '~> 3.2.0'
5
+ gem 'activesupport'
6
6
gem "erector" , "~> 0.10.0"
7
7
gem "sinatra" , "~> 1.4.0"
8
8
gem "nokogiri"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
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 )
9
12
coderay (1.1.0 )
10
13
daemons (1.1.9 )
11
14
deckrb (0.5.2 )
24
27
eventmachine (1.0.3 )
25
28
ffi (1.9.3 )
26
29
files (0.3.1 )
30
+ hitimes (1.2.2 )
27
31
i18n (0.6.11 )
28
32
json (1.8.1 )
29
33
listen (2.7.9 )
30
34
celluloid (>= 0.15.2 )
31
35
rb-fsevent (>= 0.9.3 )
32
36
rb-inotify (>= 0.9 )
33
37
mini_portile (0.6.0 )
34
- multi_json ( 1.10 .1 )
38
+ minitest ( 5.4 .1 )
35
39
nokogiri (1.6.3.1 )
36
40
mini_portile (= 0.6.0 )
37
41
polyglot (0.3.5 )
51
55
redcarpet (2.3.0 )
52
56
rerun (0.10.0 )
53
57
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 )
61
65
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 )
67
71
ruby_parser (~> 3.1 )
68
72
sexp_processor (~> 4.0 )
69
73
ruby_parser (3.6.2 )
70
74
sexp_processor (~> 4.1 )
71
- sass (3.4.1 )
75
+ sass (3.4.3 )
72
76
sexp_processor (4.4.4 )
73
77
sinatra (1.4.5 )
74
78
rack (~> 1.4 )
78
82
daemons (>= 1.0.9 )
79
83
eventmachine (>= 1.0.0 )
80
84
rack (>= 1.0.0 )
85
+ thread_safe (0.3.4 )
81
86
tilt (1.4.1 )
82
- timers (1.1.0 )
87
+ timers (4.0.1 )
88
+ hitimes
83
89
treetop (1.5.3 )
84
90
polyglot (~> 0.3 )
85
91
trollop (2.0 )
92
+ tzinfo (1.2.2 )
93
+ thread_safe (~> 0.1 )
86
94
wrong (0.7.1 )
87
95
diff-lcs (~> 1.2.5 )
88
96
predicated (~> 0.2.6 )
@@ -94,7 +102,7 @@ PLATFORMS
94
102
ruby
95
103
96
104
DEPENDENCIES
97
- activesupport ( ~> 3.2.0 )
105
+ activesupport
98
106
coderay
99
107
deckrb (~> 0.5.2 )
100
108
erector (~> 0.10.0 )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments