Skip to content

Commit

Permalink
Bump curses gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistos committed May 27, 2021
1 parent 123ea48 commit 153be54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'curses', '~> 1.4.0'
gem 'curses', '~> 1.4.1'

group :test do
gem 'rake', '~> 13.0.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
curses (1.4.0)
curses (1.4.1)
diff-lcs (1.4.4)
rake (13.0.3)
rspec (3.10.0)
Expand All @@ -22,7 +22,7 @@ PLATFORMS
ruby

DEPENDENCIES
curses (~> 1.4.0)
curses (~> 1.4.1)
rake (~> 13.0.3)
rspec (~> 3.10.0)

Expand Down

0 comments on commit 153be54

Please sign in to comment.