Closed daBee closed 11 months ago
Hello @daBee
Could you share the version of Rails you are running? (ActiveRecord is defined in rails) Or are you just including ActiveSupport and ActiveRecord?
What are you doing to produce this problem?
[master] active_hash $ ruby --version
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
[master] active_hash $ bundle exec rake
/Users/kbrock/.rubies/ruby-3.2.2/bin/ruby -I/Users/kbrock/.gem/ruby/3.2.2/gems/rspec-core-3.12.1/lib:/Users/kbrock/.gem/ruby/3.2.2/gems/rspec-support-3.12.0/lib /Users/kbrock/.gem/ruby/3.2.2/gems/rspec-core-3.12.1/exe/rspec --pattern spec/\*\*/\*_spec.rb
...........................................................................................................................................................................................................................................................................................................................................................
Finished in 0.36826 seconds (files took 0.80767 seconds to load)
347 examples, 0 failures
[master] active_hash $ grep rails Gemfile.lock
[master] active_hash $ grep active Gemfile.lock
active_hash (3.2.0)
activesupport (>= 5.0.0)
activemodel (7.0.4.2)
activesupport (= 7.0.4.2)
activerecord (7.0.4.2)
activemodel (= 7.0.4.2)
activesupport (= 7.0.4.2)
activesupport (7.0.4.2)
active_hash!
activerecord (>= 5.0.0)
activerecord-jdbcsqlite3-adapter (>= 1.3.6)
Hopefully we should be able to get you up and running quickly.
No Rails
. Ruby
only. I'm running a script that has Bundle.require
up front.
Gemfile
does not have this, but Gemfile.lock
has it as a spec
, and is called by canada_eh
.
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
canada_eh
? This is not available on ruby gemsI can't find it either. I've been looking for it for some time. I guess it's gone.
Both in
Ruby 3.1.2
andRuby 3.2.2
, I am finding this: