Josh Powell
Josh Powell
- https://github.com/erikhuda/thor/blob/master/CHANGELOG.md - https://github.com/tj/terminal-table/blob/master/History.rdoc
getting the following when running `gel install`: ``` ERROR: Failed to evaluate "/Users/jpowell/src/spree/Gemfile": undefined method 'eval_gemfile' for # /Users/jpowell/src/spree/Gemfile:1:in `parse' ``` see: [eval_gemfile](https://github.com/rubygems/bundler/blob/838ca7241a6dd6136586d125d669e828bc969677/lib/bundler/dsl.rb#L41) on [Spree](https://github.com/spree/spree), which shares common dependencies across...
## Description ```shell •100% [I] ➜ rvm install ruby ruby-2.5.0 - #removing src/ruby-2.5.0 - please wait Searching for binary rubies, this might take some time. No binary rubies available for:...
Noting for now. Will tackle later unless someone beats me to it. ``` .../spree_gateway-3.3.0/app/models/spree/gateway/authorize_net_cim.rb:205:in `cim_gateway': Base#gateway_mode is deprecated in favor of Base#mode and will be removed in a future version...
opened an issue at [ActiveMerchant](https://github.com/activemerchant/active_merchant/issues/2421)
We use [Middleman Favicon Maker](https://github.com/follmann/middleman-favicon-maker) in our Middleman app and get the following in our build logs: ``` WARNING! Your installed ImageMagick version 6.7.7 is not up-to-date and might produce...
https://github.com/oauth-xx/oauth2/issues/307#issuecomment-370920888
Sorcery is fantastic. I’ve worked on a few Rails implementations. These services could spread the love. https://www.rubidium.io/ https://railsbytes.com/ I see Devise listed. Any interest in setting up some templates? 👍
This PR is required for compatibility with [Spree >= 3.6 & Rails >= 5.2](https://github.com/spree/spree/releases/tag/v3.6.0) ### TODO: - [ ] Organize commits - [ ] Clean-up documentation - [ ] Add...
5.2 support added here https://github.com/Shopify/active_shipping/commit/9b04b51c570ba14a77eac86e30d90531b0134bb5 Needs to be updated here https://github.com/spree-contrib/spree_active_shipping/blob/b6e71bd4bf9ba42960aa52e46db17d224f9e5e11/spree_active_shipping.gemspec#L21 this looks like it will require a refactor due to: ``` BREAKING CHANGE: Use [shopify/measured] instead of shopify/quantified for...