diff --git a/Gemfile b/Gemfile index e72ccd15ee..f9f36057f0 100644 --- a/Gemfile +++ b/Gemfile @@ -83,6 +83,10 @@ group :development, :test do gem 'rubocop' gem 'simplecov', require: false gem 'simplecov-cobertura' + + # Release helper + gem 'bump', require: false + gem 'gem-release', require: false end gem 'zeitwerk', '~> 2.3' diff --git a/Gemfile.lock b/Gemfile.lock index da33f9a350..4f358fff89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,6 +74,7 @@ GEM bootsnap (1.4.7) msgpack (~> 1.0) builder (3.2.4) + bump (0.9.0) byebug (11.1.3) capybara (3.33.0) addressable @@ -118,6 +119,7 @@ GEM fuubar (2.5.0) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) + gem-release (2.1.1) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.5) @@ -310,6 +312,7 @@ PLATFORMS DEPENDENCIES avo! bootsnap (>= 1.4.2) + bump byebug capybara (>= 2.15) countries @@ -320,6 +323,7 @@ DEPENDENCIES factory_bot_rails faker fuubar + gem-release inline_svg jbuilder (~> 2.7) kaminari