Skip to content

Commit

Permalink
ship
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Dec 15, 2023
1 parent 670435f commit bed4687
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/work-design/rails_auth.git
revision: 371d2d20743044f301480e7b22871bfd1d32762b
revision: 0c3995384e4b253e314a647bdea69024ce383893
specs:
rails_auth (1.2.0)
bcrypt (~> 3.1)
Expand All @@ -9,7 +9,7 @@ GIT

GIT
remote: https://github.com/work-design/rails_com.git
revision: a62873ef2e9aae6484d03f6a82bb3745bfdde8d1
revision: da0cab3804503367f766b1bbd4eb47190072f7a8
specs:
rails_com (1.3.0)
acme-client
Expand All @@ -28,14 +28,14 @@ GIT

GIT
remote: https://github.com/work-design/rails_design.git
revision: d0443b0738a401d2cd02d76c26429d787e561e29
revision: 56fdfeaf3cf989cc6e36c667bd7e284ec52c8acb
specs:
rails_design (0.0.1)
rails

GIT
remote: https://github.com/work-design/rails_extend.git
revision: 9d7bade3a1f3b3f9dc04c0e26f37578756b20371
revision: 1b219ff1db4f48a8d2f69d92be30f64b0ba99542
specs:
rails_extend (1.0.1)
rails (>= 5.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (3.21.3)
good_job (3.21.5)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down Expand Up @@ -349,7 +349,7 @@ CHECKSUMS
faraday-retry (2.2.0) sha256=80824a5454dd0ce7d8074013454d163569b909001a64bdb3499c9968df4f41c5
fugit (1.9.0) sha256=e92ae18828a094afdd753e42ded0b83ad3449d79adddc5d1ab88e28dbfedd221
globalid (1.2.1) sha256=70bf76711871f843dbba72beb8613229a49429d1866828476f9c9d6ccc327ce9
good_job (3.21.3)
good_job (3.21.5)
http-2-next (1.0.1) sha256=255a0c0f0d35e8b5352d3bc5b2bdb3643a27a65e0da7f10a7f2f75e1c23ae640
http-form_data (2.3.0) sha256=cc4eeb1361d9876821e31d7b1cf0b68f1cf874b201d27903480479d86448a5f3
httpx (1.1.5)
Expand Down
2 changes: 1 addition & 1 deletion app/views/profiled/my/addresses/_form.html+phone.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= f.text_field :contact %>
<%= f.text_field :contact_person %>
<%= f.telephone_field :tel %>
<div
class="weui-cell weui-cell_active weui-cell_readonly"
Expand Down

0 comments on commit bed4687

Please sign in to comment.