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 0c5887e commit b64b46dCopy full SHA for b64b46d
README.md
@@ -84,13 +84,13 @@ alert(customNamespace.yourHash)
84
Puts this line into `Gemfile` then run `$ bundle`:
85
86
``` ruby
87
-gem 'gon', '1.1.2'
+gem 'gon', '1.1.3'
88
```
89
90
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
91
92
93
-config.gem 'gon', :version => '1.1.2'
+config.gem 'gon', :version => '1.1.3'
94
95
96
Or manually install gon gem: `$ gem install gon`
lib/gon/version.rb
@@ -1,3 +1,3 @@
1
module Gon
2
- VERSION = '1.1.2'
+ VERSION = '1.1.3'
3
end
0 commit comments