Skip to content

Commit 81280b1

Browse files
committed
fix(ci): sync lockfiles with gemspec version and phlex constraint
1 parent 4a9addf commit 81280b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GIT
1515
PATH
1616
remote: ../gem
1717
specs:
18-
ruby_ui (1.1.0)
18+
ruby_ui (1.2.0)
1919

2020
GEM
2121
remote: https://rubygems.org/

gem/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby_ui (1.1.0)
4+
ruby_ui (1.2.0)
55

66
GEM
77
remote: https://rubygems.org/
@@ -60,7 +60,7 @@ PLATFORMS
6060

6161
DEPENDENCIES
6262
minitest (~> 5.0)
63-
phlex (>= 2.1.2)
63+
phlex (~> 2.1, >= 2.1.2)
6464
rake (~> 13.0)
6565
rouge (~> 4.2.0)
6666
ruby_ui!

0 commit comments

Comments
 (0)