Gemfile in structured-event-logger-0.1.3 vs Gemfile in structured-event-logger-0.1.4
- old
+ new
@@ -1,4 +1,10 @@
source 'https://rubygems.org'
-
-# Specify your gem's dependencies in structured-event-logger.gemspec
gemspec
+
+version = ENV["AS_VERSION"] || "3.2.16"
+gem "activesupport", "~> #{version}"
+
+platform :rbx do
+ gem "rubysl"
+ gem "json"
+end