Skip to content

Commit

Permalink
Bump to version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-alves committed Feb 21, 2024
1 parent ffe871c commit a5a8dcf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
PATH
remote: .
specs:
danger-missing_codeowners (1.2.0)
danger-missing_codeowners (1.2.1)
danger-plugin-api (~> 1.0)
pathspec (~> 1.0.0)

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
claide (1.1.0)
claide-plugins (0.9.2)
cork
Expand All @@ -20,31 +21,31 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.3.0)
danger (9.4.3)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (>= 0.9.0, < 3.0)
faraday-http-cache (~> 2.0)
git (~> 1.13.0)
git (~> 1.13)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (~> 5.0)
octokit (>= 4.0)
terminal-table (>= 1, < 4)
danger-plugin-api (1.0.0)
danger (> 2.0)
diff-lcs (1.4.4)
faraday (2.7.5)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.5.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-net_http (3.0.2)
faraday-net_http (3.1.0)
net-http
ffi (1.15.3)
formatador (0.3.0)
git (1.13.2)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
guard (2.18.0)
Expand Down Expand Up @@ -72,11 +73,14 @@ GEM
method_source (1.0.0)
nap (1.1.0)
nenv (0.3.0)
net-http (0.4.1)
uri
no_proxy_fix (0.1.2)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (5.6.1)
octokit (8.1.0)
base64
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
Expand All @@ -87,7 +91,7 @@ GEM
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
public_suffix (5.0.4)
rainbow (3.0.0)
rake (10.5.0)
rb-fsevent (0.11.0)
Expand Down Expand Up @@ -121,7 +125,6 @@ GEM
rubocop-ast (1.8.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -130,6 +133,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
thor (1.1.0)
unicode-display_width (2.0.0)
uri (0.13.0)
yard (0.9.26)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion lib/missing_codeowners/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MissingCodeowners
VERSION = "1.2.0"
VERSION = "1.2.1"
end

0 comments on commit a5a8dcf

Please sign in to comment.