-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathGemfile
More file actions
54 lines (53 loc) · 1.33 KB
/
Copy pathGemfile
File metadata and controls
54 lines (53 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
ruby '>=2.7.0'
source 'https://rubygems.org'
# Middleman
gem 'activesupport', '6.1.6'
gem 'addressable', '2.8.0'
gem 'autoprefixer-rails', '6.7.7.2'
gem 'backports', '3.15.0'
gem 'bundler', '2.2.33'
gem 'coffee-script', '2.4.1'
gem 'coffee-script-source', '1.12.2'
gem 'compass-import-once', '1.0.5'
gem 'concurrent-ruby', '1.1.10'
gem 'contracts', '0.13.0'
gem 'dotenv', '2.7.5'
gem 'erubis', '2.7.0'
gem 'execjs', '2.7.0'
gem 'fast_blank', '1.0.0'
gem 'fastimage', '2.1.5'
gem 'ffi', '1.11.1'
gem 'haml', '5.1.2'
gem 'hamster', '3.0.0'
gem 'hashie', '3.6.0'
gem 'i18n', '1.6.0'
gem 'kramdown', '2.4.0'
gem 'listen', '3.0.8'
gem 'memoist', '0.16.0'
gem 'middleman', '4.4.2'
gem 'middleman-autoprefixer', '2.7.1'
gem 'middleman-cli', '4.4.2'
gem 'middleman-core', '4.4.2'
gem 'middleman-sprockets', '4.1.1'
gem 'middleman-syntax', '3.0.0'
gem 'mini_portile2', '2.4.0'
gem 'minitest', '5.11.3'
gem 'nokogiri', '1.13.6'
gem 'padrino-helpers', '0.15.1'
gem 'padrino-support', '0.15.1'
gem 'parallel', '1.17.0'
gem 'public_suffix', '3.1.1'
gem 'rack', '2.0.9.1'
gem 'rb-fsevent', '0.10.3'
gem 'rb-inotify', '0.10.0'
gem 'redcarpet', '3.4.0'
gem 'rouge', '2.0.7'
gem 'sass', '3.4.25'
gem 'servolux', '0.13.0'
gem 'sprockets', '3.7.2'
gem 'temple', '0.8.1'
gem 'thor', '1.2.1'
gem 'thread_safe', '0.3.6'
gem 'tilt', '2.0.9'
gem 'tzinfo', '2.0.4'
gem 'uglifier', '3.2.0'