Making Gemfile not version specific for json. Broke setup with Redmine 3.x
1 files changed, 1 insertions(+), 1 deletions(-)

M Gemfile
M Gemfile +1 -1
@@ 1,4 1,4 @@ 
 source :rubygems
 
 # Requires json
-gem "json", "~> 1.6.5"
+gem "json"