Skip to content

Commit

Permalink
chore: add bump and release to gemfile (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Aug 25, 2020
1 parent 5238aaf commit 519de04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -310,6 +312,7 @@ PLATFORMS
DEPENDENCIES
avo!
bootsnap (>= 1.4.2)
bump
byebug
capybara (>= 2.15)
countries
Expand All @@ -320,6 +323,7 @@ DEPENDENCIES
factory_bot_rails
faker
fuubar
gem-release
inline_svg
jbuilder (~> 2.7)
kaminari
Expand Down

0 comments on commit 519de04

Please sign in to comment.