1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/Gemfile
cryptogopher 3ebc2f58d0 Finished CSV import
Fixed problem with excessive validation
2019-09-22 20:26:07 +02:00

12 lines
188 B
Ruby

gem 'awesome_nested_set'
group :development do
gem 'web-console'
gem 'active_record_query_trace'
end
group :development, :test do
gem 'rails-controller-testing'
gem 'byebug'
end