Skip to content

Commit

Permalink
bump activerecord-import
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Dec 16, 2024
1 parent 38c0d98 commit 9ca400e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ruby File.read(File.expand_path(".ruby-version", __dir__)).strip

gem "actionpack-xml_parser", "~> 2.0.0"
gem "activemodel-serializers-xml", "~> 1.0.1"
gem "activerecord-import", "~> 1.8.0"
gem "activerecord-import", "~> 2.0.0"
gem "activerecord-session_store", "~> 2.1.0"
gem "ox"
gem "rails", "~> 7.1.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ GEM
activemodel (= 7.1.5.1)
activesupport (= 7.1.5.1)
timeout (>= 0.4.0)
activerecord-import (1.8.1)
activerecord-import (2.0.0)
activerecord (>= 4.2)
activerecord-nulldb-adapter (1.1.1)
activerecord (>= 6.0, < 8.1)
Expand Down Expand Up @@ -1204,7 +1204,7 @@ PLATFORMS
DEPENDENCIES
actionpack-xml_parser (~> 2.0.0)
activemodel-serializers-xml (~> 1.0.1)
activerecord-import (~> 1.8.0)
activerecord-import (~> 2.0.0)
activerecord-nulldb-adapter (~> 1.1.0)
activerecord-session_store (~> 2.1.0)
acts_as_list (~> 1.2.0)
Expand Down

0 comments on commit 9ca400e

Please sign in to comment.