Gemfile in tjson-0.0.0 vs Gemfile in tjson-0.1.0

- old
+ new

@@ -4,8 +4,9 @@ gemspec group :development, :test do gem "rake" + gem "toml-rb" gem "rspec", "~> 3.5" - gem "rubocop" + gem "rubocop", "0.44.1" end