Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Set27 committed Aug 26, 2024
1 parent bef8b73 commit cf610b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Add this line to your application's Gemfile:

```ruby
group :test, :development do
gem 'datarockets-style', '~> 1.5.0'
gem 'datarockets-style', '~> 1.6.0'
end
```

Or, for a Ruby library, add this to your gemspec:

```ruby
spec.add_development_dependency 'datarockets-style', '~> 1.5.0'
spec.add_development_dependency 'datarockets-style', '~> 1.6.0'
```

And then execute:
Expand Down

0 comments on commit cf610b8

Please sign in to comment.