Skip to content

Commit b64cd62

Browse files
committed
Update version in readme
1 parent 22e1210 commit b64cd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,13 @@ wouldn't work. You can read about this in common usage above.
283283
Puts this line into `Gemfile` then run `$ bundle`:
284284

285285
``` ruby
286-
gem 'gon', '2.0.6'
286+
gem 'gon', '2.1.0'
287287
```
288288

289289
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
290290

291291
``` ruby
292-
config.gem 'gon', :version => '2.0.6'
292+
config.gem 'gon', :version => '2.1.0'
293293
```
294294

295295
Or manually install gon gem: `$ gem install gon`

0 commit comments

Comments
 (0)