16 lines
277 B
Ruby
16 lines
277 B
Ruby
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: "../"
|
|
|
|
gem "rails"
|
|
|
|
gem "puma" , "5.6.5"
|
|
gem "haml-rails"
|
|
gem "sqlite3"
|
|
gem "active_hash"
|
|
|
|
gem "opal-rails"
|