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

Create Gemfile.lock; downgrade bundler to v1 from v2 #22

Merged
merged 5 commits into from
May 10, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ before_install:
- gem update bundler

rvm:
- 2.3.3
- 2.4.0
- 2.4.5
- 2.5.3
- 2.6.1
15 changes: 9 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
source 'https://rubygems.org'

gem 'bundler', '~> 2.0'
gem 'bundler', '~> 1.17'
gem 'http-cookie'
gem 'json'
gem 'logger'
gem 'rake'
gem 'rubocop', '~> 0.51'
gem 'rubocop-rspec', '~> 1.15.1'
gem 'swift_ingest', '~> 0.4.0'
gem 'test-unit'
gem 'vcr', '~> 3.0'
gem 'webmock'

group :development, :test do
gem 'rubocop', '~> 0.51'
gem 'rubocop-rspec', '~> 1.15.1'
gem 'test-unit'
gem 'vcr', '~> 3.0'
gem 'webmock'
end
85 changes: 85 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
hashdiff (0.3.8)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
json (2.2.0)
logger (1.3.0)
minitest (5.11.3)
mysql2 (0.4.10)
openstack (3.3.20)
json
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
power_assert (1.1.4)
psych (3.1.0)
public_suffix (3.0.3)
rainbow (3.0.0)
rake (12.3.2)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
rubocop-rspec (1.15.1)
rubocop (>= 0.42.0)
ruby-progressbar (1.10.0)
safe_yaml (1.0.5)
swift_ingest (0.4.1)
activesupport (~> 5.0)
mysql2 (~> 0.4.6)
openstack (~> 3.3, >= 3.3.10)
test-unit (3.3.1)
power_assert
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.5.0)
vcr (3.0.3)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.17)
http-cookie
json
logger
rake
rubocop (~> 0.51)
rubocop-rspec (~> 1.15.1)
swift_ingest (~> 0.4.0)
test-unit
vcr (~> 3.0)
webmock

BUNDLED WITH
1.17.3