vue_r/dummy/Gemfile

16 lines
277 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.
gem "vue_r" , path: "../"
2023-02-08 10:01:53 +01:00
2023-02-08 10:16:07 +01:00
gem "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"
gem "opal-rails"