Skip to content

Commit

Permalink
Merge pull request #501 from alexeyschepin/fix/dependency-on-active_m…
Browse files Browse the repository at this point in the history
…aterial

Pin active_material to earlier version
  • Loading branch information
rjherrera authored Sep 10, 2024
2 parents bea9423 + 4e02178 commit 3ca7e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ GIT
PATH
remote: .
specs:
activeadmin_addons (1.10.0)
active_material
activeadmin_addons (1.10.1)
active_material (~> 1.5)
railties
redcarpet
require_all
Expand Down
2 changes: 1 addition & 1 deletion activeadmin_addons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib,vendor/assets}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]

s.add_dependency "active_material"
s.add_dependency "active_material", "~> 1.5"
s.add_dependency "railties"
s.add_dependency "redcarpet"
s.add_dependency "require_all"
Expand Down

0 comments on commit 3ca7e9e

Please sign in to comment.