Skip to content

Commit 9ccffc8

Browse files
committed
bump version
1 parent 01d712f commit 9ccffc8

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile.lock

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
motor-admin (0.4.27)
4+
motor-admin (0.4.32)
55
ar_lazy_preload (~> 1.0)
66
audited (~> 5.0)
77
cancancan (~> 3.0)
@@ -85,9 +85,9 @@ GEM
8585
ar_lazy_preload (1.1.2)
8686
rails (>= 5.2)
8787
ast (2.4.2)
88-
audited (5.6.0)
89-
activerecord (>= 5.2, < 7.2)
90-
activesupport (>= 5.2, < 7.2)
88+
audited (5.8.0)
89+
activerecord (>= 5.2, < 8.2)
90+
activesupport (>= 5.2, < 8.2)
9191
aws-eventstream (1.2.0)
9292
aws-partitions (1.684.0)
9393
aws-sdk-core (3.168.4)
@@ -152,8 +152,10 @@ GEM
152152
concurrent-ruby (~> 1.1)
153153
webrick (~> 1.7)
154154
websocket-driver (>= 0.6, < 0.8)
155-
ffi (1.15.5)
156-
fugit (1.11.0)
155+
ffi (1.17.0-arm64-darwin)
156+
ffi (1.17.0-x86_64-darwin)
157+
ffi (1.17.0-x86_64-linux-gnu)
158+
fugit (1.11.1)
157159
et-orbi (~> 1, >= 1.2.11)
158160
raabro (~> 1.4)
159161
globalid (1.2.1)

lib/motor/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Motor
4-
VERSION = '0.4.31'
4+
VERSION = '0.4.32'
55
end

0 commit comments

Comments
 (0)