vue_r/Gemfile

12 lines
281 B
Ruby
Raw Normal View History

2023-02-08 10:01:53 +01:00
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in vue_r.gemspec.
gemspec
2023-02-08 10:16:07 +01:00
gem "rails"
2023-02-08 10:01:53 +01:00
gem "sprockets-rails"
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"