Skip to content

Commit f585170

Browse files
author
Mattia Roccoberton
committed
Bump to version 0.7.0
1 parent f18c2d9 commit f585170

9 files changed

+9
-9
lines changed

gemfiles/rails52_activeadmin20.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.6.4)
4+
activeadmin_dynamic_fields (0.7.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails60_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.6.4)
4+
activeadmin_dynamic_fields (0.7.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails60_activeadmin22.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.6.4)
4+
activeadmin_dynamic_fields (0.7.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails61_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.6.4)
4+
activeadmin_dynamic_fields (0.7.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails61_activeadmin29.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.6.4)
4+
activeadmin_dynamic_fields (0.7.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails70_activeadmin.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44

55
gem "activeadmin"
6-
gem "sprockets-rails", "~> 3.4.2"
76
gem "rails", "~> 7.0.0"
7+
gem "sprockets-rails", "~> 3.4.2"
88

99
group :development, :test do
1010
gem "puma"

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.6.4)
4+
activeadmin_dynamic_fields (0.7.0)
55
activeadmin (~> 2.0)
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.6.4'
5+
VERSION = '0.7.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.6.4",
3+
"version": "0.7.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)