Skip to content

Commit

Permalink
chore(gemspec): version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamersoul committed Apr 30, 2024
1 parent 200b641 commit 951b0e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
administrate-field-active_storage (0.4.1)
administrate-field-active_storage (1.0.1)
administrate (>= 0.2.2)
rails (>= 7.0)

Expand Down Expand Up @@ -67,12 +67,12 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
administrate (0.19.0)
actionpack (>= 5.0)
actionview (>= 5.0)
activerecord (>= 5.0)
jquery-rails (>= 4.0)
kaminari (>= 1.0)
administrate (0.20.1)
actionpack (>= 6.0, < 8.0)
actionview (>= 6.0, < 8.0)
activerecord (>= 6.0, < 8.0)
jquery-rails (~> 4.6.0)
kaminari (~> 1.2.2)
sassc-rails (~> 2.1)
selectize-rails (~> 0.6)
ast (2.4.2)
Expand Down Expand Up @@ -126,16 +126,16 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.15.0)
net-imap (0.4.5)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.6.0)
nio4r (2.7.0)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down Expand Up @@ -208,6 +208,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-20
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion administrate-field-active_storage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |gem|
gem.name = "administrate-field-active_storage"
gem.version = "1.0.1"
gem.version = "1.0.2"
gem.authors = ["Hamad AlGhanim"]
gem.email = ["[email protected]"]
gem.homepage = "https://github.com/Dreamersoul/administrate-field-active_storage"
Expand Down

0 comments on commit 951b0e6

Please sign in to comment.