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
2019-09-08 20:00:35 +02:00

11 lines
154 B
Ruby

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