Skip to content

Commit

Permalink
Bump version for 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmn committed Aug 24, 2023
1 parent 8aa3979 commit 3f41563
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
caffeinate (2.4)
caffeinate (2.5.0)
rails (>= 5.0.0)

GEM
Expand Down Expand Up @@ -95,10 +95,10 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.6.1)
minitest (5.14.4)
net-imap (0.3.4)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -107,7 +107,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
Expand Down Expand Up @@ -180,10 +180,10 @@ GEM
sqlite3 (1.4.2)
thor (1.1.0)
timecop (0.9.4)
timeout (0.3.2)
timeout (0.4.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/caffeinate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Caffeinate
VERSION = ""
VERSION = "2.5.0"
end

0 comments on commit 3f41563

Please sign in to comment.