Skip to content

Commit

Permalink
Merge pull request #376 from sparc-request/streamlined_bootstrap_portal
Browse files Browse the repository at this point in the history
Streamlined bootstrap portal
  • Loading branch information
jleonardw9 committed May 11, 2016
2 parents 9cfa328 + c1a7d77 commit d5fb138
Show file tree
Hide file tree
Showing 698 changed files with 42,210 additions and 12,670 deletions.
2 changes: 0 additions & 2 deletions .rvmrc.example

This file was deleted.

23 changes: 18 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ gem 'audited-activerecord'
gem 'axlsx'
gem 'axlsx_rails'
gem 'bluecloth'
gem 'rails-html-sanitizer'
gem 'bootstrap-sass', '~> 3.2.0'
gem 'bootstrap-select-rails'
gem 'bootstrap3-datetimepicker-rails'
gem 'capistrano'
gem 'capistrano-ext'
gem 'coffee-rails'
Expand All @@ -17,23 +19,26 @@ gem 'devise', '~> 3.5.1'
gem 'dynamic_form'
gem 'execjs'
gem 'exception_notification'
gem 'filterrific'
gem 'grape', '0.7.0'
gem 'grape-entity', '~> 0.4.4'
gem 'grouped_validations', :git => 'https://github.com/jleonardw9/grouped_validations.git', branch: 'master'
#gem 'grouped_validations', github: 'jleonardw9/grouped_validations', branch: 'master'
gem 'gyoku'
gem 'haml'
gem 'icalendar'
gem 'inflection-js-rails'
gem 'jquery_datepicker'
gem 'jquery-rails'
gem 'jbuilder', '~> 2.0'
gem 'json'
gem 'letter_opener'
gem 'momentjs-rails', '>= 2.8.1'
gem 'mysql2', '~> 0.3.18'
gem 'nested_form'
gem 'newrelic_rpm'
gem 'nokogiri'
gem 'nori'
gem 'nprogress-rails'
gem 'obis-net-ldap'
gem 'omniauth'
gem 'omniauth-shibboleth'
Expand All @@ -42,7 +47,9 @@ gem 'pdfkit'
gem 'prawn', '0.12.0'
gem 'protected_attributes'
gem 'rails', '4.2.4'
gem 'rails-html-sanitizer'
gem 'redcarpet'
gem 'remotipart'
gem 'rest-client'
gem 'rvm-capistrano', require: false
gem 'sass'
Expand All @@ -52,8 +59,11 @@ gem 'simplecov', require: false, group: :test
gem 'sinatra'
gem 'surveyor', :git => 'https://github.com/sparc-request/surveyor.git', branch: 'rails4'
gem 'therubyracer', '0.10.2', :platforms => :ruby
gem 'twitter-typeahead-rails'
gem 'uglifier', '>= 1.0.3'
gem 'will_paginate'
gem 'will_paginate-bootstrap'
gem 'x-editable-rails'

group :development, :test, :profile do
gem 'addressable', '~> 2.3.6'
Expand All @@ -74,11 +84,12 @@ group :development, :test do
end

group :development do
gem 'traceroute'
gem 'sqlite3'
gem 'highline'
gem 'spring'
gem 'spring-commands-rspec'
gem 'spring'
gem 'sqlite3'
gem 'traceroute'
gem 'parallel_tests', group: :development
end

group :test do
Expand All @@ -87,8 +98,10 @@ group :test do
gem 'email_spec'
gem 'factory_girl_rails'
gem 'rspec-activemodel-mocks'
gem 'rspec-html-matchers'
gem 'shoulda-matchers', require: false
gem 'shoulda-callback-matchers'
gem 'site_prism'
gem 'webmock'
end

Expand Down

0 comments on commit d5fb138

Please sign in to comment.