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..9b5ac5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.6) crass (1.0.4) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) @@ -289,11 +289,12 @@ 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) puma (3.11.4) - rack (2.0.5) + rack (2.2.2) rack-test (1.0.0) rack (>= 1.0, < 3) rails (5.2.0) @@ -361,7 +362,7 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (3.7.1) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) @@ -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