Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Dec 12, 2024
1 parent 01d712f commit 9ccffc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
motor-admin (0.4.27)
motor-admin (0.4.32)
ar_lazy_preload (~> 1.0)
audited (~> 5.0)
cancancan (~> 3.0)
Expand Down Expand Up @@ -85,9 +85,9 @@ GEM
ar_lazy_preload (1.1.2)
rails (>= 5.2)
ast (2.4.2)
audited (5.6.0)
activerecord (>= 5.2, < 7.2)
activesupport (>= 5.2, < 7.2)
audited (5.8.0)
activerecord (>= 5.2, < 8.2)
activesupport (>= 5.2, < 8.2)
aws-eventstream (1.2.0)
aws-partitions (1.684.0)
aws-sdk-core (3.168.4)
Expand Down Expand Up @@ -152,8 +152,10 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
ffi (1.15.5)
fugit (1.11.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
globalid (1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/motor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Motor
VERSION = '0.4.31'
VERSION = '0.4.32'
end

0 comments on commit 9ccffc8

Please sign in to comment.