Skip to content

Commit

Permalink
change default template to use 0.4.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Aug 20, 2024
1 parent 5c2cd89 commit 247e821
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/templates/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "bundler/inline"

gemfile do
source "https://www.rubygems.org"
gem "uni_rails"
gem "uni_rails", "0.4.1"
gem "sqlite3", "~> 1.7"
gem "byebug"
end
Expand Down Expand Up @@ -85,4 +85,5 @@ HTML
UniRails.register_view "resource_names/show.html.erb", <<~HTML
HTML

UniRails.run(Port: 3000)
UniRails.run(Port: 3000)
# UniRails.run(Host: '0.0.0.0', Port: 3000) # when run in a docker container

0 comments on commit 247e821

Please sign in to comment.