Skip to content
Snippets Groups Projects
Commit 3f52ea5b authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Bump knapsack to 1.14.0

parent 420f6b54
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -345,7 +345,7 @@ group :development, :test do
gem 'benchmark-ips', '~> 2.3.0', require: false
 
gem 'license_finder', '~> 2.1.0', require: false
gem 'knapsack', '~> 1.11.0'
gem 'knapsack', '~> 1.14.0'
 
gem 'activerecord_sane_schema_dumper', '0.2'
 
Loading
Loading
Loading
Loading
@@ -424,9 +424,8 @@ GEM
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.10.0)
knapsack (1.11.0)
knapsack (1.14.0)
rake
timecop (>= 0.1.0)
kubeclient (2.2.0)
http (= 0.9.8)
recursive-open-struct (= 1.0.0)
Loading
Loading
@@ -1006,7 +1005,7 @@ DEPENDENCIES
json-schema (~> 2.6.2)
jwt (~> 1.5.6)
kaminari (~> 0.17.0)
knapsack (~> 1.11.0)
knapsack (~> 1.14.0)
kubeclient (~> 2.2.0)
letter_opener_web (~> 1.3.0)
license_finder (~> 2.1.0)
Loading
Loading
Loading
Loading
@@ -8,9 +8,10 @@ if [ "$USE_BUNDLE_INSTALL" != "false" ]; then
bundle install --clean $BUNDLE_INSTALL_FLAGS && bundle check
fi
 
# Only install knapsack after bundle install! Otherwise oddly some native
# Only install fog-aws/mime-types after bundle install! Otherwise oddly some native
# gems could not be found under some circumstance. No idea why, hours wasted.
retry gem install knapsack fog-aws mime-types
# TODO: remove workaround on !10156
retry gem install fog-aws mime-types
 
cp config/resque.yml.example config/resque.yml
sed -i 's/localhost/redis/g' config/resque.yml
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment