Hotwired wi[
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -18,7 +18,7 @@ gem 'turbolinks', '~> 5'
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
gem 'jbuilder', '~> 2.7'
|
||||
# Use Redis adapter to run Action Cable in production
|
||||
# gem 'redis', '~> 4.0'
|
||||
gem 'redis', '~> 4.0'
|
||||
# Use Active Model has_secure_password
|
||||
# gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
@@ -41,7 +41,7 @@ group :development do
|
||||
gem 'rack-mini-profiler', '~> 2.0'
|
||||
gem 'listen', '~> 3.3'
|
||||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
||||
gem 'spring'
|
||||
gem 'spring', '~> 3.0.0'
|
||||
end
|
||||
|
||||
group :test do
|
||||
@@ -61,3 +61,5 @@ gem 'rails_admin', '~> 2.0'
|
||||
gem 'client_side_validations'
|
||||
|
||||
gem 'jquery-rails', '~> 4.3'
|
||||
|
||||
gem "hotwire-rails", "~> 0.1.3"
|
||||
|
||||
Reference in New Issue
Block a user