diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ac61e..c55a8cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.0 - Not released Yet + +### Improvements + +- Update some gems ([@shingara][]) + +### Bug Fixes + +- [#343][] Fix the ical generation. ([@shingara][]) + ## 0.1.0 - 2013-05-29 ### Improvements @@ -30,7 +40,7 @@ - [#478][] Fix issue about calculation of statisque of problem after merge ([@shingara][]) - +[#343]: https://github.com/errbit/errbit/issues/343 [#453]: https://github.com/errbit/errbit/issues/453 [#455]: https://github.com/errbit/errbit/issues/455 [#457]: https://github.com/errbit/errbit/issues/457 diff --git a/Gemfile b/Gemfile index ca7040a..8e0e27b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'kaminari', '>= 0.14.1' gem 'rack-ssl-enforcer' # fabrication 1.3.0 is last supporting ruby 1.8. Update when stop supporting this version too gem 'fabrication', "~> 1.3.0" # Used for both tests and demo data -gem 'rails_autolink', '~> 1.0.9' +gem 'rails_autolink' # Please don't update hoptoad_notifier to airbrake. # It's for internal use only, and we monkeypatch certain methods gem 'hoptoad_notifier', "~> 2.4" @@ -36,7 +36,7 @@ gem 'pivotal-tracker' # Fogbugz gem 'ruby-fogbugz', :require => 'fogbugz' # Github Issues -gem 'octokit', '~> 1.0.0' +gem 'octokit' # Gitlab gem 'gitlab', :git => 'https://github.com/NARKOZ/gitlab.git' -- libgit2 0.21.2