Skip to content

Commit 71dfead

Browse files
author
Mattia Roccoberton
committed
chore: bump to version 0.8.0
1 parent f67085f commit 71dfead

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

gemfiles/rails60_activeadmin.gemfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.7.0)
4+
activeadmin_dynamic_fields (0.8.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM
@@ -151,8 +151,12 @@ GEM
151151
matrix (0.4.2)
152152
method_source (1.0.0)
153153
mini_mime (1.1.2)
154+
mini_portile2 (2.8.4)
154155
minitest (5.15.0)
155156
nio4r (2.5.8)
157+
nokogiri (1.13.3)
158+
mini_portile2 (~> 2.8.0)
159+
racc (~> 1.4)
156160
nokogiri (1.13.3-x86_64-darwin)
157161
racc (~> 1.4)
158162
nokogiri (1.13.3-x86_64-linux)
@@ -285,6 +289,7 @@ GEM
285289
zeitwerk (2.5.4)
286290

287291
PLATFORMS
292+
arm64-darwin-22
288293
x86_64-darwin-21
289294
x86_64-linux
290295

gemfiles/rails61_activeadmin.gemfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.7.0)
4+
activeadmin_dynamic_fields (0.8.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM
@@ -154,8 +154,12 @@ GEM
154154
matrix (0.4.2)
155155
method_source (1.0.0)
156156
mini_mime (1.1.2)
157+
mini_portile2 (2.8.4)
157158
minitest (5.15.0)
158159
nio4r (2.5.8)
160+
nokogiri (1.13.3)
161+
mini_portile2 (~> 2.8.0)
162+
racc (~> 1.4)
159163
nokogiri (1.13.3-x86_64-darwin)
160164
racc (~> 1.4)
161165
nokogiri (1.13.3-x86_64-linux)
@@ -282,6 +286,7 @@ GEM
282286
zeitwerk (2.5.4)
283287

284288
PLATFORMS
289+
arm64-darwin-22
285290
x86_64-darwin-21
286291
x86_64-linux
287292

gemfiles/rails61_activeadmin29.gemfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.7.0)
4+
activeadmin_dynamic_fields (0.8.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM
@@ -154,8 +154,12 @@ GEM
154154
matrix (0.4.2)
155155
method_source (1.0.0)
156156
mini_mime (1.1.2)
157+
mini_portile2 (2.8.4)
157158
minitest (5.15.0)
158159
nio4r (2.5.8)
160+
nokogiri (1.13.3)
161+
mini_portile2 (~> 2.8.0)
162+
racc (~> 1.4)
159163
nokogiri (1.13.3-x86_64-darwin)
160164
racc (~> 1.4)
161165
nokogiri (1.13.3-x86_64-linux)
@@ -282,6 +286,7 @@ GEM
282286
zeitwerk (2.5.4)
283287

284288
PLATFORMS
289+
arm64-darwin-22
285290
x86_64-darwin-21
286291
x86_64-linux
287292

gemfiles/rails70_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.7.0)
4+
activeadmin_dynamic_fields (0.8.0)
55
activeadmin (>= 2.0, < 4)
66

77
GEM

lib/activeadmin/dynamic_fields/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveAdmin
44
module DynamicFields
5-
VERSION = '0.7.0'
5+
VERSION = '0.8.0'
66
end
77
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_dynamic_fields",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "An Active Admin plugin to add dynamic behaviors to fields",
55
"repository": "https://github.com/blocknotes/activeadmin_dynamic_fields",
66
"author": "Mattia Roccoberton <[email protected]>",

0 commit comments

Comments
 (0)