Skip to content

Commit

Permalink
Rails needs a server.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Martin committed Sep 3, 2024
1 parent 3be4282 commit d9bb818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ gem 'jbuilder'
gem 'inline_svg'

gem 'pry'

gem 'puma'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
rack-test (2.1.0)
Expand Down Expand Up @@ -188,6 +190,7 @@ DEPENDENCIES
jbuilder
jquery-rails
pry
puma
rails (= 7.0.8.4)
sassc-rails
turbolinks
Expand Down

0 comments on commit d9bb818

Please sign in to comment.