Skip to content

Commit db39025

Browse files
committed
Try defining bundler in the Gemfile as a requirement
1 parent 5d6c6d9 commit db39025

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

decidim-generators/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ gem "faker", "~> 2.14"
1919

2020
gem "wicked_pdf", "~> 2.1"
2121

22+
# Make sure the bundler version matches the required version that was used to bundle
23+
gem "bundler", "~> 2.3"
24+
2225
group :development, :test do
2326
gem "byebug", "~> 11.0", platform: :mri
2427

decidim-generators/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ PLATFORMS
844844
DEPENDENCIES
845845
bootsnap (~> 1.3)
846846
brakeman (~> 5.2)
847+
bundler (~> 2.3)
847848
byebug (~> 11.0)
848849
decidim!
849850
decidim-conferences!

0 commit comments

Comments
 (0)