Skip to content

Commit 7f9c35d

Browse files
committed
Fix version in readme
1 parent 13c9834 commit 7f9c35d

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
@@ -302,13 +302,13 @@ wouldn't work. You can read about this in common usage above.
302302
Puts this line into `Gemfile` then run `$ bundle`:
303303

304304
``` ruby
305-
gem 'gon', '2.2.2'
305+
gem 'gon', '2.3.0'
306306
```
307307

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

310310
``` ruby
311-
config.gem 'gon', :version => '2.2.2'
311+
config.gem 'gon', :version => '2.3.0'
312312
```
313313

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

0 commit comments

Comments
 (0)