We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6c6d9 commit db39025Copy full SHA for db39025
2 files changed
decidim-generators/Gemfile
@@ -19,6 +19,9 @@ gem "faker", "~> 2.14"
19
20
gem "wicked_pdf", "~> 2.1"
21
22
+# Make sure the bundler version matches the required version that was used to bundle
23
+gem "bundler", "~> 2.3"
24
+
25
group :development, :test do
26
gem "byebug", "~> 11.0", platform: :mri
27
decidim-generators/Gemfile.lock
@@ -844,6 +844,7 @@ PLATFORMS
844
DEPENDENCIES
845
bootsnap (~> 1.3)
846
brakeman (~> 5.2)
847
+ bundler (~> 2.3)
848
byebug (~> 11.0)
849
decidim!
850
decidim-conferences!
0 commit comments