diff --git a/.gitignore b/.gitignore index ec0b196..37a161b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,7 @@ # Ignore master key for decrypting credentials and more. /config/master.key + +/.idea/* +/db/.DS_Store +.DS_Store diff --git a/Gemfile b/Gemfile index 00e9c86..c4709e5 100644 --- a/Gemfile +++ b/Gemfile @@ -69,3 +69,4 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] +gem "opencensus" diff --git a/Gemfile.lock b/Gemfile.lock index 13ff5e2..4221073 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM execjs (2.7.0) faker (1.8.7) i18n (>= 0.7) - ffi (1.9.23) + ffi (1.12.2) fission (0.5.0) CFPropertyList (~> 2.2) fog (1.42.0) @@ -289,6 +289,7 @@ GEM nio4r (2.3.1) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) + opencensus (0.5.0) ovirt-engine-sdk (4.2.4) json (>= 1, < 3) public_suffix (3.0.2) @@ -414,6 +415,7 @@ DEPENDENCIES jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) mini_magick + opencensus puma (~> 3.11) rails (~> 5.2.0) rails-controller-testing @@ -432,4 +434,4 @@ RUBY VERSION ruby 2.4.1p111 BUNDLED WITH - 1.16.1 + 1.17.3