Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sirux88 committed Sep 23, 2023
1 parent 14eb663 commit 57f1413
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ group :production, :private do
gem 'rack-throttle', '0.7.1'
end

gem 'git-version-bump'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ GEM
prime
racc
text (>= 1.3.0)
git-version-bump (0.19.1)
globalid (1.2.1)
activesupport (>= 6.1)
google-apis-core (0.11.1)
Expand Down Expand Up @@ -570,6 +571,7 @@ DEPENDENCIES
devise (>= 4.9.0)
devise-i18n
foreman
git-version-bump
google-cloud-storage (~> 1.11)
high_voltage
i18n-tasks (~> 1.0.12)
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
require File.expand_path('../config/application', __FILE__)

PasswordPusher::Application.load_tasks

require 'git-version-bump/rake-tasks'

0 comments on commit 57f1413

Please sign in to comment.