Gemfile in instana-1.0.3 vs Gemfile in instana-1.1.0
- old
+ new
@@ -20,9 +20,12 @@
gem "puma"
# HTTP Clients
gem 'excon'
+ # Memcache
+ gem 'dalli'
+
# Rack v2 dropped support for Ruby 2.2 and higher.
if RUBY_VERSION < '2.2'
gem 'rack', '< 2.0'
end
end