Skip to content

Commit c214df8

Browse files
leefaisonrbesscarolyncole
authored
Added ruby-progressbar to all env in Gemfile (#130)
Co-authored-by: Bess Sadler <[email protected]> Co-authored-by: Carolyn Cole <[email protected]>
1 parent c370fff commit c214df8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ gem 'vite_rails'
3838
# Use kaminari for pagination of data model
3939
gem 'kaminari'
4040

41+
gem 'ruby-progressbar'
42+
4143
# Use Redis adapter to run Action Cable in production
4244
# gem "redis", "~> 4.0"
4345

@@ -72,7 +74,6 @@ group :development, :test do
7274
gem 'pry-byebug'
7375
gem 'rspec-rails'
7476
gem 'rubocop-rails', require: false
75-
gem 'ruby-progressbar'
7677
gem 'selenium-webdriver'
7778
gem 'simplecov'
7879
gem 'simplecov-lcov', '~> 0.8.0'

0 commit comments

Comments
 (0)