We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d31489 commit 5f978eeCopy full SHA for 5f978ee
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- check_please (0.5.6)
+ check_please (0.5.7)
5
table_print
6
7
GEM
lib/check_please/version.rb
@@ -1,5 +1,5 @@
module CheckPlease
# NOTE: 'check_please_rspec_matcher' depends on this,
# so try to keep them roughly in sync
- VERSION = "0.5.6" # about to release? rerun `bundle lock` to update Gemfile.lock
+ VERSION = "0.5.7" # about to release? rerun `bundle lock` to update Gemfile.lock
end
0 commit comments