Skip to content

Commit

Permalink
add roo gem for production
Browse files Browse the repository at this point in the history
  • Loading branch information
SepsiLaszlo committed Jan 12, 2025
1 parent 0094db9 commit 2ce3f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@ gem "bootsnap", ">= 1.1.0", require: false
gem 'paper_trail'

gem 'listen'

gem "roo", "~> 2.8"

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
# Brakeman: security tool
gem 'brakeman', require: false
# RSpec for more modern testing
gem 'rspec-rails', '~> 5.0'
gem "roo", "~> 2.8"
gem "pry", "~> 0.14.2"
end

Expand Down

0 comments on commit 2ce3f0b

Please sign in to comment.