Marko Kajzer

Results 3 issues of Marko Kajzer

It seems like recently a new version of `foundation_emails` was released. The release was pushed to [npm](https://www.npmjs.com/package/foundation-emails) (2.3.1), but it seems like [the gem](https://rubygems.org/gems/foundation_emails) was not updated (still on 2.2.1.0)....

## Expected behavior Local variable ```rb @user = User.create(create_params) if @user.persisted? do_work end ``` and instance variable ```rb user = User.create(create_params) if user.persisted? do_work end ``` behave the same. ##...

update `mongoid-scroll` as discussed [here](https://github.com/slack-ruby/slack-ruby-bot-server/pull/175#discussion_r1865064409)