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 a6f2ece commit 0266252Copy full SHA for 0266252
README.md
@@ -302,13 +302,13 @@ wouldn't work. You can read about this in common usage above.
302
Puts this line into `Gemfile` then run `$ bundle`:
303
304
``` ruby
305
-gem 'gon', '2.2.0'
+gem 'gon', '2.2.2'
306
```
307
308
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
309
310
311
-config.gem 'gon', :version => '2.2.0'
+config.gem 'gon', :version => '2.2.2'
312
313
314
Or manually install gon gem: `$ gem install gon`
lib/gon/version.rb
@@ -1,3 +1,3 @@
1
module Gon
2
- VERSION = '2.2.0'
+ VERSION = '2.2.2'
3
end
0 commit comments