We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592a140 commit c4ec210Copy full SHA for c4ec210
2 files changed
Gemfile
@@ -18,7 +18,7 @@ gem 'timecop', '0.9.10'
18
gem 'yard', '0.9.38'
19
20
# We need an old 'erb' version while still supporting Ruby 3.1
21
-gem 'erb', '~> 5.1.3'
+gem 'erb', '~> 4.0.4'
22
23
group :benchmark do
24
gem 'benchmark'
Gemfile.lock
@@ -10,11 +10,13 @@ GEM
10
ast (2.4.3)
11
benchmark (0.5.0)
12
benchmark-ips (2.14.0)
13
+ cgi (0.5.1)
14
coderay (1.1.3)
15
concurrent-ruby (1.3.6)
16
date (3.5.1)
17
docile (1.4.1)
- erb (5.1.3)
+ erb (4.0.4)
+ cgi (>= 0.3.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
@@ -98,7 +100,7 @@ PLATFORMS
98
100
DEPENDENCIES
99
101
benchmark
102
benchmark-ips
- erb (~> 5.1.3)
103
+ erb (~> 4.0.4)
104
faker!
105
irb
106
minitest (= 5.27.0)
0 commit comments