Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wth - (SPARCFulfillment) Gemfiles Pre-production Check #261

Merged
merged 1 commit into from
Dec 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'acts_as_list'
gem 'addressable'
gem 'ar-octopus'
gem 'autoprefixer-rails'
gem 'axlsx', git: 'https://github.com/randym/axlsx.git', ref: '776037c0fc799bb09da8c9ea47980bd3bf296874'
gem 'axlsx_rails'
gem 'bootstrap-sass'
gem 'bootstrap-select-rails'
Expand Down Expand Up @@ -38,6 +39,7 @@ gem 'puma'
gem 'rails', '5.0.3'
gem 'remotipart'
gem 'rest-client'
gem 'rubyzip', '>= 1.2.1'
gem 'sass-rails'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'sprockets-rails'
Expand Down
25 changes: 17 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
GIT
remote: https://github.com/randym/axlsx.git
revision: 776037c0fc799bb09da8c9ea47980bd3bf296874
ref: 776037c0fc799bb09da8c9ea47980bd3bf296874
specs:
axlsx (2.1.0.pre)
htmlentities (~> 4.3.4)
mimemagic (~> 0.3)
nokogiri (>= 1.6.6)
rubyzip (>= 1.2.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -62,10 +73,6 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
axlsx (2.0.1)
htmlentities (~> 4.3.1)
nokogiri (>= 1.4.1)
rubyzip (~> 1.0.0)
axlsx_rails (0.5.1)
actionpack (>= 3.1)
axlsx (>= 2.0.1)
Expand All @@ -78,7 +85,7 @@ GEM
bootstrap3-datetimepicker-rails (4.17.47)
momentjs-rails (>= 2.8.1)
builder (3.2.3)
capistrano (3.10.0)
capistrano (3.10.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -371,7 +378,7 @@ GEM
ruby-graphviz (1.2.3)
ruby_parser (3.10.1)
sexp_processor (~> 4.9)
rubyzip (1.0.0)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sass (3.5.3)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -428,7 +435,7 @@ GEM
turbolinks-source (5.0.3)
tzinfo (1.2.4)
thread_safe (~> 0.1)
uglifier (4.0.1)
uglifier (4.0.2)
execjs (>= 0.3.0, < 3)
underscore-rails (1.8.3)
unf (0.1.4)
Expand Down Expand Up @@ -464,6 +471,7 @@ DEPENDENCIES
addressable
ar-octopus
autoprefixer-rails
axlsx!
axlsx_rails
bootstrap-sass
bootstrap-select-rails
Expand Down Expand Up @@ -514,6 +522,7 @@ DEPENDENCIES
rspec-activejob (~> 0.4.0)
rspec-collection_matchers
rspec-rails
rubyzip (>= 1.2.1)
sass-rails
sdoc (~> 0.4.0)
shoulda-callback-matchers
Expand All @@ -534,4 +543,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
1.16.0
1.14.6