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 c870b58 commit 42b2d35Copy full SHA for 42b2d35
README.md
@@ -271,13 +271,13 @@ wouldn't work. You can read about this in common usage above.
271
Puts this line into `Gemfile` then run `$ bundle`:
272
273
``` ruby
274
-gem 'gon', '2.0.5'
+gem 'gon', '2.0.6'
275
```
276
277
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
278
279
280
-config.gem 'gon', :version => '2.0.5'
+config.gem 'gon', :version => '2.0.6'
281
282
283
Or manually install gon gem: `$ gem install gon`
lib/gon/version.rb
@@ -1,3 +1,3 @@
1
module Gon
2
- VERSION = '2.0.5'
+ VERSION = '2.0.6'
3
end
0 commit comments