Skip to content

Commit

Permalink
Added web-console
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Aug 25, 2015
1 parent c813ca2 commit b6f596e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Updated to redcarpet 3.3.2
- Updated to figaro 1.1.1
- Use Haml for new views
- Added web-console

## 0.28.9 (April 24, 2015)

Expand Down
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ group :test do
gem 'minitest-reporters'
gem 'simplecov', '~> 0.10.0', require: false
end

group :development do
# Access an IRB console on exceptions page and /console in development
gem 'web-console', '~> 2.0'
end

0 comments on commit b6f596e

Please sign in to comment.