Skip to content

Commit c0acf2f

Browse files
committed
Pin Rails gem and Bundler version used for dev/test
1 parent 0ce451b commit c0acf2f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ source 'https://rubygems.org'
22

33
# Specify your gem's dependencies in report_generator.gemspec
44
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endgroup
2020

2121
group "bundle install"
2222

23-
bundle install \
23+
bundle _2.4.22_ install \
2424
--jobs "$(getconf _NPROCESSORS_ONLN)" \
2525
--retry 2
2626

0 commit comments

Comments
 (0)