17 lines
347 B
Ruby
17 lines
347 B
Ruby
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in shop_now.gemspec.
|
|
gemspec
|
|
|
|
gem "puma"
|
|
|
|
gem "sqlite3"
|
|
|
|
gem "propshaft"
|
|
|
|
# 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"
|