update Gemfile
added info on how to install on windows
This commit is contained in:
parent
21e2b19b5f
commit
78e726b7ed
8
Gemfile
8
Gemfile
@ -4,7 +4,13 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
ruby '2.7.0'
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '= 6.0.2.1'
|
||||
|
||||
gem 'rails', '= 6.0.2.1', platforms: [:ruby]
|
||||
# TODO install rails on windows manually, nokogiri installation fails:
|
||||
# ridk exec pacman -S mingw-w64-x86_64-libxslt
|
||||
# gem install nokogiri --platform=ruby -- --use-system-libraries
|
||||
# gem rails -v 6.0.2.1
|
||||
|
||||
# Use sqlite3 as the database for Active Record
|
||||
gem 'sqlite3', '~> 1.4'
|
||||
# Use Puma as the app server
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user