Skip to content

Commit

Permalink
Bump to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Roccoberton committed Mar 13, 2022
1 parent f18c2d9 commit f585170
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails52_activeadmin20.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_dynamic_fields (0.6.4)
activeadmin_dynamic_fields (0.7.0)
activeadmin (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_dynamic_fields (0.6.4)
activeadmin_dynamic_fields (0.7.0)
activeadmin (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_activeadmin22.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_dynamic_fields (0.6.4)
activeadmin_dynamic_fields (0.7.0)
activeadmin (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_dynamic_fields (0.6.4)
activeadmin_dynamic_fields (0.7.0)
activeadmin (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_activeadmin29.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_dynamic_fields (0.6.4)
activeadmin_dynamic_fields (0.7.0)
activeadmin (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails70_activeadmin.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"

gem "activeadmin"
gem "sprockets-rails", "~> 3.4.2"
gem "rails", "~> 7.0.0"
gem "sprockets-rails", "~> 3.4.2"

group :development, :test do
gem "puma"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails70_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_dynamic_fields (0.6.4)
activeadmin_dynamic_fields (0.7.0)
activeadmin (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin/dynamic_fields/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveAdmin
module DynamicFields
VERSION = '0.6.4'
VERSION = '0.7.0'
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activeadmin_dynamic_fields",
"version": "0.6.4",
"version": "0.7.0",
"description": "An Active Admin plugin to add dynamic behaviors to fields",
"repository": "https://github.com/blocknotes/activeadmin_dynamic_fields",
"author": "Mattia Roccoberton <mat@blocknot.es>",
Expand Down

0 comments on commit f585170

Please sign in to comment.