2023-02-08 11:01:53 +02:00
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
|
|
|
|
# Specify your gem's dependencies in vue_r.gemspec.
|
2023-02-08 17:18:57 +02:00
|
|
|
|
|
|
|
gem "vue_r" , path: "../"
|
2023-02-08 11:01:53 +02:00
|
|
|
|
2023-02-08 11:16:07 +02:00
|
|
|
gem "rails"
|
2023-02-08 17:18:57 +02:00
|
|
|
|
2023-02-08 11:26:27 +02:00
|
|
|
gem "puma" , "5.6.5"
|
2023-02-08 11:55:44 +02:00
|
|
|
gem "haml-rails"
|
2023-02-08 11:26:27 +02:00
|
|
|
gem "sqlite3"
|
2023-02-08 11:55:44 +02:00
|
|
|
gem "active_hash"
|
2023-02-08 20:37:47 +02:00
|
|
|
|
|
|
|
gem "opal-rails"
|
2023-02-08 22:49:47 +02:00
|
|
|
gem 'opal-optimizer', git: "https://github.com/hmdne/opal-optimizer" , require: false
|
|
|
|
gem "terser"
|