Skip to content

Commit

Permalink
Bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Sep 21, 2023
1 parent ed31df0 commit f31e076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-discovery_v1 (~> 0.5)
thor (>= 0.20, < 2.a)
googleauth (1.8.0)
googleauth (1.8.1)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-aarch64-linux)
Expand All @@ -224,7 +224,7 @@ GEM
activerecord (>= 5.2)
activesupport (>= 5.2)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_save_playlist_modal.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.field_label Action
.field_content
select#save_action_dropdown
option#save_action_new value='new' Create new playlist
option#save_action_new value='new' Save as new playlist
option#save_action_existing value='existing' Update existing playlist
.field_label Name
.field_content
Expand Down

0 comments on commit f31e076

Please sign in to comment.