We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f8577 commit dd87d94Copy full SHA for dd87d94
Gemfile
@@ -1,5 +1,6 @@
1
source :rubygems
2
3
+gem 'active_support'
4
gem "erector", "~>0.9.0"
5
gem "sinatra"
6
gem "nokogiri"
Gemfile.lock
@@ -1,6 +1,9 @@
GEM
remote: http://rubygems.org/
specs:
+ active_support (3.0.0)
+ activesupport (= 3.0.0)
+ activesupport (3.0.0)
7
bourbon (3.0.1)
8
sass (>= 3.2.0)
9
thor
@@ -82,6 +85,7 @@ PLATFORMS
82
85
x86-mingw32
83
86
84
87
DEPENDENCIES
88
+ active_support
89
bourbon
90
coderay
91
deckrb (>= 0.3.0)
0 commit comments