Skip to content

Commit 292078a

Browse files
Merge pull request #3537 from beefproject/dependabot/bundler/ansi-1.6.0
Build(deps): bump ansi from 1.5.0 to 1.6.0
2 parents 609cb40 + 4d650c6 commit 292078a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'em-websocket', '~> 0.5.3' # WebSocket support
1616
gem 'uglifier', '~> 4.2'
1717
gem 'mime-types', '~> 3.7'
1818
gem 'execjs', '~> 2.10'
19-
gem 'ansi', '~> 1.5'
19+
gem 'ansi', '~> 1.6'
2020
gem 'term-ansicolor', :require => 'term/ansicolor'
2121
gem 'rubyzip', '~> 3.2'
2222
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GEM
2222
uri (>= 0.13.1)
2323
addressable (2.8.9)
2424
public_suffix (>= 2.0.2, < 8.0)
25-
ansi (1.5.0)
25+
ansi (1.6.0)
2626
archive-zip (0.13.1)
2727
io-like (~> 0.4.0)
2828
ast (2.4.3)
@@ -312,7 +312,7 @@ PLATFORMS
312312

313313
DEPENDENCIES
314314
activerecord (~> 8.1)
315-
ansi (~> 1.5)
315+
ansi (~> 1.6)
316316
async (~> 1.32)
317317
async-dns (~> 1.4)
318318
browserstack-local (~> 1.4)

0 commit comments

Comments
 (0)