Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 2520ab9

Browse files
committed
Adding concurrent-ruby as a dependency
1 parent 9661ce6 commit 2520ab9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gem 'byebug'
77

88
gem 'sqlite3'
99
gem 'httparty'
10+
gem 'concurrent-ruby'
1011

1112
gem 'aws-sdk', '~> 2', require: false
1213
gem 'google-cloud-storage', require: false

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ DEPENDENCIES
141141
aws-sdk (~> 2)
142142
bundler (~> 1.15)
143143
byebug
144+
concurrent-ruby
144145
google-cloud-storage
145146
httparty
146147
rake

0 commit comments

Comments
 (0)