Skip to content

Commit

Permalink
Moved UI gem dependencies from the main repo
Browse files Browse the repository at this point in the history
The jquery-rjs is included from our fork on GitHub and there is no
support for unreleased gems in a gemspec. I also tried to move it
to the UI Gemfile, without any success. So until we don't push it
to Rubygems.org, it needs to stay in the main repo's Gemfile.
  • Loading branch information
skateman committed Jan 7, 2017
1 parent a32136d commit 820137e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/manageiq/ui/classic/engine.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
require 'rails/all'
require 'sass-rails'
require 'coffee-rails'
require 'patternfly-sass'
require 'lodash-rails'
require 'angular-ui-bootstrap-rails'
require 'jquery-hotkeys-rails'

module ManageIQ
module UI
Expand Down
7 changes: 7 additions & 0 deletions manageiq-ui-classic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Gem::Specification.new do |s|

s.add_dependency "rails", "~> 5.0.0", ">= 5.0.0.1"

s.add_dependency "angular-ui-bootstrap-rails", "~>0.13.0"
s.add_dependency "coffee-rails"
s.add_dependency "jquery-hotkeys-rails"
s.add_dependency "lodash-rails", "~>3.10.0"
s.add_dependency "patternfly-sass", "~> 3.15.0"
s.add_dependency "sass-rails"

s.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
s.add_development_dependency "simplecov"
end

0 comments on commit 820137e

Please sign in to comment.