Skip to content

Commit

Permalink
Move faraday gems to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Apr 27, 2024
1 parent fcd37b8 commit 290c86d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ source 'https://rubygems.org'

gemspec

gem 'faraday', '~> 2'
gem 'faraday-follow_redirects', '~> 0'
gem 'ffi'

# This is needed temporarily to pull the Google Universal Analytics (UA)
Expand Down
17 changes: 8 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ PATH
specs:
ncbo_cron (0.0.1)
dante
faraday (~> 2)
faraday-follow_redirects (~> 0)
goo
google-analytics-data
mlanett-redis-lock
Expand Down Expand Up @@ -94,12 +96,13 @@ GEM
htmlentities (~> 4.3.3)
launchy (~> 2.1)
mail (~> 2.7)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
faraday-net_http (3.0.2)
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.16.3)
Expand Down Expand Up @@ -185,8 +188,6 @@ GEM
mlanett-redis-lock (0.2.7)
redis
multi_json (1.15.0)
net-http (0.4.1)
uri
net-http-persistent (2.9.4)
net-imap (0.4.10)
date
Expand Down Expand Up @@ -237,6 +238,7 @@ GEM
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
ruby-xxHash (0.4.0.2)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
rufus-scheduler (2.0.24)
tzinfo (>= 0.3.22)
Expand Down Expand Up @@ -264,7 +266,6 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
uri (0.13.0)
uuid (2.3.9)
macaddr (~> 1.0)
webrick (1.8.1)
Expand All @@ -276,8 +277,6 @@ PLATFORMS
DEPENDENCIES
cube-ruby
email_spec
faraday (~> 2)
faraday-follow_redirects (~> 0)
ffi
goo!
google-analytics-data
Expand Down
2 changes: 2 additions & 0 deletions ncbo_cron.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_dependency("dante")
gem.add_dependency('faraday', '~> 2')
gem.add_dependency('faraday-follow_redirects', '~> 0')
gem.add_dependency("goo")
gem.add_dependency("google-analytics-data")
gem.add_dependency("mlanett-redis-lock")
Expand Down

0 comments on commit 290c86d

Please sign in to comment.