Skip to content

Commit dd87d94

Browse files
committed
Fix erector warning about requiring active_support
1 parent e6f8577 commit dd87d94

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source :rubygems
22

3+
gem 'active_support'
34
gem "erector", "~>0.9.0"
45
gem "sinatra"
56
gem "nokogiri"

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4+
active_support (3.0.0)
5+
activesupport (= 3.0.0)
6+
activesupport (3.0.0)
47
bourbon (3.0.1)
58
sass (>= 3.2.0)
69
thor
@@ -82,6 +85,7 @@ PLATFORMS
8285
x86-mingw32
8386

8487
DEPENDENCIES
88+
active_support
8589
bourbon
8690
coderay
8791
deckrb (>= 0.3.0)

0 commit comments

Comments
 (0)