Skip to content

Commit 42b2d35

Browse files
committed
Bump version to version without blanksate dependency
1 parent c870b58 commit 42b2d35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ wouldn't work. You can read about this in common usage above.
271271
Puts this line into `Gemfile` then run `$ bundle`:
272272

273273
``` ruby
274-
gem 'gon', '2.0.5'
274+
gem 'gon', '2.0.6'
275275
```
276276

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

279279
``` ruby
280-
config.gem 'gon', :version => '2.0.5'
280+
config.gem 'gon', :version => '2.0.6'
281281
```
282282

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

lib/gon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Gon
2-
VERSION = '2.0.5'
2+
VERSION = '2.0.6'
33
end

0 commit comments

Comments
 (0)