Sha256: 374cfeb9cad58a750521773e071cd19bf075eaac81a8862479719e55fd1e6200
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
#!/bin/sh set -o errexit set -o nounset bundler_version=$(ruby -e 'puts /\n\nBUNDLED WITH\n\s{2,}(?<version>#{Gem::Version::VERSION_PATTERN})\n/.match(File.read("Gemfile.lock"))[:version]') gem install bundler --version "${bundler_version}"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pg-aws_rds_iam-0.1.1 | bin/install-bundler |
pg-aws_rds_iam-0.1.0 | bin/install-bundler |