Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e35d944

Browse files
committed
Upgrade gem dependencies
1 parent 74d6cf5 commit e35d944

File tree

2 files changed

+94
-50
lines changed

2 files changed

+94
-50
lines changed

Gemfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# If you do not have OpenSSL installed, update
2-
# the following line to use "http://" instead
3-
source 'https://rubygems.org'
1+
source "https://rubygems.org"
2+
3+
ruby ">= 3.2"
44

55
gem "rake"
66

@@ -10,7 +10,7 @@ gem "middleman", "~>4"
1010
gem "middleman-livereload", "~> 3.4.0"
1111

1212
# For faster file watcher updates on Windows:
13-
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
13+
gem "wdm", "~> 0.1.0", platforms: [:mswin, :mingw]
1414

1515
# Windows does not come with time zone data
1616
gem "tzinfo-data", platforms: [:mswin, :mingw]
@@ -21,3 +21,5 @@ gem "middleman-syntax"
2121
gem "middleman-search_engine_sitemap"
2222

2323
gem "uuidtools"
24+
25+
gem "standard"

Gemfile.lock

Lines changed: 88 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.6)
4+
activesupport (7.0.8.6)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
12-
backports (3.23.0)
13-
builder (3.2.4)
9+
addressable (2.8.7)
10+
public_suffix (>= 2.0.2, < 7.0)
11+
ast (2.4.2)
12+
backports (3.25.0)
13+
builder (3.3.0)
1414
coffee-script (2.4.1)
1515
coffee-script-source
1616
execjs
1717
coffee-script-source (1.12.2)
18-
concurrent-ruby (1.2.2)
19-
contracts (0.13.0)
20-
dotenv (2.7.6)
18+
concurrent-ruby (1.3.4)
19+
contracts (0.16.1)
20+
dotenv (3.1.4)
2121
em-websocket (0.5.3)
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0)
2424
erubis (2.7.0)
2525
eventmachine (1.2.7)
26-
execjs (2.8.1)
26+
execjs (2.10.0)
2727
fast_blank (1.0.1)
28-
fastimage (2.2.6)
29-
ffi (1.15.5)
30-
haml (5.2.2)
31-
temple (>= 0.8.0)
28+
fastimage (2.3.1)
29+
ffi (1.17.0)
30+
haml (6.3.0)
31+
temple (>= 0.8.2)
32+
thor
3233
tilt
3334
hamster (3.0.0)
3435
concurrent-ruby (~> 1.0)
3536
hashie (3.6.0)
3637
http_parser.rb (0.8.0)
3738
i18n (1.6.0)
3839
concurrent-ruby (~> 1.0)
39-
kramdown (2.4.0)
40-
rexml
41-
listen (3.0.8)
42-
rb-fsevent (~> 0.9, >= 0.9.4)
43-
rb-inotify (~> 0.9, >= 0.9.7)
40+
json (2.9.0)
41+
kramdown (2.5.1)
42+
rexml (>= 3.3.9)
43+
language_server-protocol (3.17.0.3)
44+
lint_roller (1.1.0)
45+
listen (3.9.0)
46+
rb-fsevent (~> 0.10, >= 0.10.3)
47+
rb-inotify (~> 0.9, >= 0.9.10)
4448
memoist (0.16.2)
45-
middleman (4.4.2)
49+
middleman (4.5.1)
4650
coffee-script (~> 2.2)
4751
haml (>= 4.0.5)
4852
kramdown (>= 2.3.0)
49-
middleman-cli (= 4.4.2)
50-
middleman-core (= 4.4.2)
51-
middleman-cli (4.4.2)
52-
thor (>= 0.17.0, < 2.0)
53-
middleman-core (4.4.2)
54-
activesupport (>= 6.1, < 7.0)
53+
middleman-cli (= 4.5.1)
54+
middleman-core (= 4.5.1)
55+
middleman-cli (4.5.1)
56+
thor (>= 0.17.0, < 1.3.0)
57+
middleman-core (4.5.1)
58+
activesupport (>= 6.1, < 7.1)
5559
addressable (~> 2.4)
5660
backports (~> 3.6)
5761
bundler (~> 2.0)
58-
contracts (~> 0.13.0)
62+
contracts (~> 0.13, < 0.17)
5963
dotenv
6064
erubis
6165
execjs (~> 2.0)
@@ -64,7 +68,7 @@ GEM
6468
hamster (~> 3.0)
6569
hashie (~> 3.4)
6670
i18n (~> 1.6.0)
67-
listen (~> 3.0.0)
71+
listen (~> 3.0)
6872
memoist (~> 0.14)
6973
padrino-helpers (~> 0.15.0)
7074
parallel
@@ -82,42 +86,76 @@ GEM
8286
middleman-search_engine_sitemap (1.4.0)
8387
builder
8488
middleman-core (~> 4.0)
85-
middleman-syntax (3.2.0)
89+
middleman-syntax (3.4.0)
8690
middleman-core (>= 3.2)
8791
rouge (~> 3.2)
88-
minitest (5.20.0)
89-
padrino-helpers (0.15.1)
92+
minitest (5.25.4)
93+
padrino-helpers (0.15.3)
9094
i18n (>= 0.6.7, < 2)
91-
padrino-support (= 0.15.1)
95+
padrino-support (= 0.15.3)
9296
tilt (>= 1.4.1, < 3)
93-
padrino-support (0.15.1)
94-
parallel (1.22.1)
97+
padrino-support (0.15.3)
98+
parallel (1.26.3)
99+
parser (3.3.6.0)
100+
ast (~> 2.4.1)
101+
racc
95102
parslet (2.0.0)
96-
public_suffix (4.0.7)
97-
rack (2.2.8.1)
103+
public_suffix (6.0.1)
104+
racc (1.8.1)
105+
rack (2.2.10)
98106
rack-livereload (0.3.17)
99107
rack
100-
rake (13.0.6)
101-
rb-fsevent (0.11.1)
102-
rb-inotify (0.10.1)
108+
rainbow (3.1.1)
109+
rake (13.2.1)
110+
rb-fsevent (0.11.2)
111+
rb-inotify (0.11.1)
103112
ffi (~> 1.0)
104-
rexml (3.2.5)
105-
rouge (3.29.0)
113+
regexp_parser (2.9.3)
114+
rexml (3.3.9)
115+
rouge (3.30.0)
116+
rubocop (1.68.0)
117+
json (~> 2.3)
118+
language_server-protocol (>= 3.17.0)
119+
parallel (~> 1.10)
120+
parser (>= 3.3.0.2)
121+
rainbow (>= 2.2.2, < 4.0)
122+
regexp_parser (>= 2.4, < 3.0)
123+
rubocop-ast (>= 1.32.2, < 2.0)
124+
ruby-progressbar (~> 1.7)
125+
unicode-display_width (>= 2.4.0, < 3.0)
126+
rubocop-ast (1.36.2)
127+
parser (>= 3.3.1.0)
128+
rubocop-performance (1.22.1)
129+
rubocop (>= 1.48.1, < 2.0)
130+
rubocop-ast (>= 1.31.1, < 2.0)
131+
ruby-progressbar (1.13.0)
106132
sassc (2.4.0)
107133
ffi (~> 1.9)
108134
servolux (0.13.0)
109-
temple (0.8.2)
110-
thor (1.2.1)
111-
tilt (2.0.10)
135+
standard (1.42.1)
136+
language_server-protocol (~> 3.17.0.2)
137+
lint_roller (~> 1.0)
138+
rubocop (~> 1.68.0)
139+
standard-custom (~> 1.0.0)
140+
standard-performance (~> 1.5)
141+
standard-custom (1.0.2)
142+
lint_roller (~> 1.0)
143+
rubocop (~> 1.50)
144+
standard-performance (1.5.0)
145+
lint_roller (~> 1.1)
146+
rubocop-performance (~> 1.22.0)
147+
temple (0.10.3)
148+
thor (1.2.2)
149+
tilt (2.0.11)
112150
toml (0.3.0)
113151
parslet (>= 1.8.0, < 3.0.0)
114152
tzinfo (2.0.6)
115153
concurrent-ruby (~> 1.0)
116154
uglifier (3.2.0)
117155
execjs (>= 0.3.0, < 3)
156+
unicode-display_width (2.6.0)
118157
uuidtools (2.2.0)
119-
webrick (1.7.0)
120-
zeitwerk (2.6.12)
158+
webrick (1.9.1)
121159

122160
PLATFORMS
123161
ruby
@@ -129,9 +167,13 @@ DEPENDENCIES
129167
middleman-search_engine_sitemap
130168
middleman-syntax
131169
rake
170+
standard
132171
tzinfo-data
133172
uuidtools
134173
wdm (~> 0.1.0)
135174

175+
RUBY VERSION
176+
ruby 3.2.3p157
177+
136178
BUNDLED WITH
137179
2.2.33

0 commit comments

Comments
 (0)