15 lines
328 B
Ruby
15 lines
328 B
Ruby
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in laradi.gemspec.
|
|
gemspec
|
|
|
|
gem "puma"
|
|
|
|
gem "sqlite3"
|
|
|
|
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
|
|
gem "rubocop-rails-omakase", require: false
|
|
|
|
# Start debugger with binding.b [https://github.com/ruby/debug]
|
|
# gem "debug", ">= 1.0.0"
|