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 0719d30 commit 1155be5Copy full SHA for 1155be5
Gemfile
@@ -11,7 +11,6 @@ gem "redcarpet"
11
gem "sass"
12
gem "webrick"
13
gem "terser"
14
-gem "tilt", git: "https://github.com/rtomayko/tilt"
15
16
group :test do
17
gem "rspec"
Gemfile.lock
@@ -1,9 +1,3 @@
1
-GIT
2
- remote: https://github.com/rtomayko/tilt
3
- revision: b6338e5e6d2be7d57f5d6fdfcb8b1161fe222fb3
4
- specs:
5
- tilt (2.0.11)
6
-
7
GEM
8
remote: https://rubygems.org/
9
specs:
@@ -179,6 +173,7 @@ GEM
179
173
terser (1.1.13)
180
174
execjs (>= 0.3.0, < 3)
181
175
thor (1.2.1)
176
+ tilt (2.0.11)
182
177
toml (0.3.0)
183
178
parslet (>= 1.8.0, < 3.0.0)
184
tzinfo (2.0.6)
@@ -210,7 +205,6 @@ DEPENDENCIES
210
205
rspec
211
206
sass
212
207
terser
213
- tilt!
214
208
webrick
215
209
216
BUNDLED WITH
0 commit comments