diff --git a/Gemfile b/Gemfile index f4229a35..6eccd600 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,7 @@ gem 'rake' gem 'resque' # background jobs gem 'resque-scheduler' # job scheduling gem 'resque-restriction' +gem 'rb-readline' gem 'ruby-debug19' gem 'rubyzip' gem 'therubyracer' diff --git a/Gemfile.lock b/Gemfile.lock index d67004b9..776d0b32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,8 +131,10 @@ GEM mongoid (~> 2.0) multi_json (1.1.0) mysql2 (0.3.11) + mysql2 (0.3.11-x86-mingw32) net-ldap (0.3.1) nokogiri (1.5.2) + nokogiri (1.5.2-x86-mingw32) orm_adapter (0.0.6) pdf-writer (1.1.8) color (>= 1.4.0) diff --git a/app/views/layouts/_orbit_bar.html.erb b/app/views/layouts/_orbit_bar.html.erb index ad30be2d..a661dd66 100644 --- a/app/views/layouts/_orbit_bar.html.erb +++ b/app/views/layouts/_orbit_bar.html.erb @@ -2,6 +2,7 @@