Skip to content

Commit 4ce3326

Browse files
committed
Update rails_admin requirements
1 parent 6bd4e41 commit 4ce3326

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/rails_admin_actiontext/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsAdminActiontext
2-
VERSION = '0.0.2'
2+
VERSION = '0.0.3'
33
end

rails_admin_actiontext.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ Gem::Specification.new do |s|
1717
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1818

1919
s.add_runtime_dependency "rails", ">= 5.2.0", "< 7"
20-
s.add_runtime_dependency "rails_admin", "~> 1.0", ">= 1.0.0"
21-
# s.add_runtime_dependency "actiontext", "~> 0"
20+
s.add_runtime_dependency "rails_admin", ">= 1.0"
2221
end

0 commit comments

Comments
 (0)