We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a427ff commit ba09265Copy full SHA for ba09265
README.md
@@ -359,13 +359,13 @@ Thats it!
359
Puts this line into `Gemfile` then run `$ bundle`:
360
361
``` ruby
362
-gem 'gon', '3.0.4'
+gem 'gon', '3.0.5'
363
```
364
365
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
366
367
368
-config.gem 'gon', :version => '3.0.4'
+config.gem 'gon', :version => '3.0.5'
369
370
371
Or manually install gon gem: `$ gem install gon`
lib/gon/version.rb
@@ -1,3 +1,3 @@
1
module Gon
2
- VERSION = '3.0.4'
+ VERSION = '3.0.5'
3
end
0 commit comments