Skip to content

Commit

Permalink
Added ruby-progressbar to all env in Gemfile (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Bess Sadler <[email protected]>
Co-authored-by: Carolyn Cole <[email protected]>
  • Loading branch information
3 people authored Aug 24, 2023
1 parent c370fff commit c214df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ gem 'vite_rails'
# Use kaminari for pagination of data model
gem 'kaminari'

gem 'ruby-progressbar'

# Use Redis adapter to run Action Cable in production
# gem "redis", "~> 4.0"

Expand Down Expand Up @@ -72,7 +74,6 @@ group :development, :test do
gem 'pry-byebug'
gem 'rspec-rails'
gem 'rubocop-rails', require: false
gem 'ruby-progressbar'
gem 'selenium-webdriver'
gem 'simplecov'
gem 'simplecov-lcov', '~> 0.8.0'
Expand Down

0 comments on commit c214df8

Please sign in to comment.