forked from RedHatInsights/topological_inventory-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
28 lines (24 loc) · 867 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
source "https://rubygems.org"
plugin "bundler-inject", "~> 1.1"
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
gem "cloudwatchlogger", "~> 0.2"
gem "http", "~> 4.1.0", :require => false
gem "json-stream", "~> 0.2.0", :require => false
gem "manageiq-loggers", "~> 0.4.0", ">= 0.4.2"
gem "manageiq-messaging"
gem "more_core_extensions"
gem "optimist"
gem "prometheus_exporter", "~> 0.4.5"
gem "rest-client", ">= 1.8.0"
gem "sources-api-client", "~> 1.0"
gem "topological_inventory-ingress_api-client", "~> 1.0", ">= 1.0.1"
gem "topological_inventory-core", "~> 1.1.1"
gem "topological_inventory-api-client", "~> 2.0"
gem "topological_inventory-providers-common", "~> 0.1"
group :development, :test do
gem "rake"
gem "rspec-rails"
gem "simplecov"
gem "timecop"
gem "webmock"
end