vue_r/Gemfile

16 lines
352 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"
2023-02-08 10:26:27 +01:00
gem "puma" , "5.6.5"
2023-02-08 10:55:44 +01:00
gem "haml-rails"
2023-02-08 10:26:27 +01:00
gem "sqlite3"
2023-02-08 10:55:44 +01:00
gem "active_hash"
2023-02-08 10:01:53 +01:00
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"