Skip to content

Commit

Permalink
Lock thor at 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Aug 5, 2020
1 parent 1dec26a commit d1e427d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ bundle update
### Use the install generators to set up Spree

```shell
rails g spree:install --user_class=Spree::User
rails g spree:auth:install
rails g spree_gateway:install
bundle exec rails g spree:install --user_class=Spree::User
bundle exec rails g spree:auth:install
bundle exec rails g spree_gateway:install
```

## Installation options
Expand Down
2 changes: 1 addition & 1 deletion cmd/spree_cmd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rspec'
# Temporary hack until https://github.com/wycats/thor/issues/234 is fixed
s.add_dependency 'thor', '>= 0.14', '< 2.0'
s.add_dependency 'thor', '~> 0.20.3'
end
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ bundle update
Use the install generators to set up Spree:

```bash
rails g spree:install --user_class=Spree::User
rails g spree:auth:install
rails g spree_gateway:install
bundle exec rails g spree:install --user_class=Spree::User
bundle exec rails g spree:auth:install
bundle exec rails g spree_gateway:install
```

## Hello, Spree!
Expand Down

0 comments on commit d1e427d

Please sign in to comment.