Skip to content

Commit

Permalink
install gem, not git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau authored Feb 17, 2024
1 parent 58fc2a9 commit 7d33290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_docs/02-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We recommend installing it only as a development dependency.

```ruby
group :development do
gem 'debugbar', git: 'https://github.com/julienbourdeau/debugbar'
gem 'debugbar'
end
```

Expand Down

0 comments on commit 7d33290

Please sign in to comment.