diff --git a/Gemfile.lock b/Gemfile.lock index c3e104938..5e7cefdf7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,7 +132,7 @@ GEM digest net-protocol timeout - nio4r (2.5.8) + nio4r (2.7.3) nokogiri (1.13.8-arm64-darwin) racc (~> 1.4) nokogiri (1.13.8-x86_64-linux) @@ -223,6 +223,7 @@ GEM PLATFORMS arm64-darwin-20 + arm64-darwin-23 x86_64-linux DEPENDENCIES diff --git a/app/views/stations/_row.html.erb b/app/views/stations/_row.html.erb index 68a74d983..2f1f2473a 100644 --- a/app/views/stations/_row.html.erb +++ b/app/views/stations/_row.html.erb @@ -1,3 +1,3 @@
flexbox vertical stretch"> - <%= station.identifier %>: <%= station.name %> (<%= station.address %>) + <%= station.identifier %>: <%= station.name %> (<%= station.address %>) <%= station.docked_bikes.count %> bikes docked.
\ No newline at end of file diff --git a/app/views/stations/index.html.erb b/app/views/stations/index.html.erb index d211dda42..0ab9c6dd1 100644 --- a/app/views/stations/index.html.erb +++ b/app/views/stations/index.html.erb @@ -1,7 +1,7 @@
- Welcome to ValetBike! + Hi and Welcome to ValetBike!
<% if @stations.present? %>