We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce451b commit c0acf2fCopy full SHA for c0acf2f
2 files changed
Gemfile
@@ -2,3 +2,8 @@ source 'https://rubygems.org'
2
3
# Specify your gem's dependencies in report_generator.gemspec
4
gemspec
5
+
6
+# Used for testing
7
+gem 'activerecord', '~> 7.0.0'
8
+gem 'activesupport', '~> 7.0.0'
9
+gem 'railties', '~> 7.0.0'
docker-entrypoint.sh
@@ -20,7 +20,7 @@ endgroup
20
21
group "bundle install"
22
23
-bundle install \
+bundle _2.4.22_ install \
24
--jobs "$(getconf _NPROCESSORS_ONLN)" \
25
--retry 2
26
0 commit comments