Skip to content

Commit

Permalink
Bump console1984 to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Aug 21, 2024
1 parent dc1af9f commit 1f93c98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
console1984 (0.2.0)
console1984 (0.2.1)
irb (~> 1.13)
parser
rails (>= 7.0)
Expand Down Expand Up @@ -94,13 +94,13 @@ GEM
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.4)
erubi (1.12.0)
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.13.1)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.6.3)
Expand All @@ -121,7 +121,7 @@ GEM
mocha (2.0.4)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.5)
net-imap (0.4.12)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -131,9 +131,9 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
Expand Down Expand Up @@ -179,7 +179,7 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.5.8)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.54.1)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
rubyzip (2.3.2)
sqlite3 (1.6.3)
mini_portile2 (~> 2.8.0)
stringio (3.1.0)
stringio (3.1.1)
thor (1.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
Expand All @@ -220,7 +220,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.15)
zeitwerk (2.6.17)

PLATFORMS
arm64-darwin-21
Expand Down
2 changes: 1 addition & 1 deletion lib/console1984/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Console1984
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 1f93c98

Please sign in to comment.