Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dickdavis committed Aug 11, 2024
1 parent a1511da commit c387fad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
event_logger_rails (0.3.1)
event_logger_rails (0.4.0)
rails (>= 7.0.0)

GEM
Expand Down Expand Up @@ -79,7 +79,7 @@ GEM
childprocess (4.1.0)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
date (3.3.4)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
Expand Down Expand Up @@ -108,21 +108,21 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.20.0)
net-imap (0.3.7)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.3.3)
net-smtp (0.5.0)
net-protocol
nio4r (2.5.9)
nio4r (2.7.3)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -235,7 +235,7 @@ GEM
sqlite3 (1.4.2)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/event_logger_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module EventLoggerRails
# The version of the gem.
#
# @return [String] The version of the gem.
VERSION = '0.3.1'
VERSION = '0.4.0'
end

0 comments on commit c387fad

Please sign in to comment.