Skip to content

Commit

Permalink
Bump version for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jan 3, 2024
1 parent 9b379c0 commit 61727c4
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
importmap-rails (1.2.3)
importmap-rails (2.0.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/rails_7_0_propshaft.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
importmap-rails (1.2.3)
importmap-rails (2.0.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -124,6 +124,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
propshaft (0.6.4)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -171,6 +173,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sqlite3 (1.6.7-aarch64-linux)
sqlite3 (1.6.7-arm64-darwin)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
thor (1.3.0)
Expand All @@ -195,6 +198,7 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-22

DEPENDENCIES
appraisal
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/rails_7_0_sprockets.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
importmap-rails (1.2.3)
importmap-rails (2.0.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -124,6 +124,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
public_suffix (5.0.3)
racc (1.7.1)
rack (2.2.4)
Expand Down Expand Up @@ -173,6 +175,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.7-aarch64-linux)
sqlite3 (1.6.7-arm64-darwin)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
thor (1.3.0)
Expand All @@ -197,6 +200,7 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-22

DEPENDENCIES
appraisal
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/rails_7_1_propshaft.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
importmap-rails (1.2.3)
importmap-rails (2.0.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -141,6 +141,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
propshaft (0.6.4)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -201,6 +203,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sqlite3 (1.6.7-aarch64-linux)
sqlite3 (1.6.7-arm64-darwin)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.0.8)
Expand All @@ -227,6 +230,7 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-22

DEPENDENCIES
appraisal
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/rails_7_1_sprockets.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
importmap-rails (1.2.3)
importmap-rails (2.0.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -141,6 +141,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
Expand Down Expand Up @@ -203,6 +205,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.7-aarch64-linux)
sqlite3 (1.6.7-arm64-darwin)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.0.8)
Expand All @@ -229,6 +232,7 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-22

DEPENDENCIES
appraisal
Expand Down
2 changes: 1 addition & 1 deletion lib/importmap/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Importmap
VERSION = "1.2.3"
VERSION = "2.0.0"
end

0 comments on commit 61727c4

Please sign in to comment.