Initial commit
This commit is contained in:
14
Gemfile
Normal file
14
Gemfile
Normal file
@@ -0,0 +1,14 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user