Skip to content

Commit

Permalink
Merge pull request #358 from indirect/dependabot/bundler/importmap-ra…
Browse files Browse the repository at this point in the history
…ils-2.0.1

Bump importmap-rails from 1.2.3 to 2.0.1
  • Loading branch information
github-actions[bot] authored Jan 4, 2024
2 parents 187dff7 + e13d550 commit 4ab5f53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end

gem "better_html", "~> 2.0"
gem "bootsnap", "~> 1.17", require: false
gem "importmap-rails", "~> 1.2"
gem "importmap-rails", "~> 2.0"
gem "jb", "~> 0.8.2"
gem "nilify_blanks", "~> 1.4"
gem "pg", "~> 1.5"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
railties (>= 6.0.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
importmap-rails (1.2.3)
importmap-rails (2.0.1)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -224,11 +224,11 @@ GEM
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -429,7 +429,7 @@ DEPENDENCIES
guard-shell (~> 0.7.2)
honeybadger (~> 5.4)
hotwire-livereload (~> 1.3)
importmap-rails (~> 1.2)
importmap-rails (~> 2.0)
jb (~> 0.8.2)
json-schema (~> 4.1)
libxml-ruby (~> 4.1.2)
Expand Down

0 comments on commit 4ab5f53

Please sign in to comment.