You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , when I tried to add gem in my Gemfile , it gives me error
spree (= 3.0.4) ruby depends on
spree_sample (= 3.0.4) ruby depends on
spree_core (= 3.0.4) ruby
spree_admin_roles_and_access (>= 0) ruby depends on
spree_core (~> 2.0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
and bundler exits, please help me resolve the issue.
The text was updated successfully, but these errors were encountered:
I somewhat downgraded the spree to check and can add this gem to Gemfile, but after running
bundle exec rails g spree_admin_roles_and_access:install
I got following error,
/home/ec2-user/.rvm/gems/ruby-2.1.2/gems/state_machine-1.2.0/lib/state_machine/machine.rb:2260:in `block in add_states': "completed" state defined as String, :checkout defined as Symbol; all states must be consistent (ArgumentError)
Hi , when I tried to add gem in my Gemfile , it gives me error
and bundler exits, please help me resolve the issue.
The text was updated successfully, but these errors were encountered: