diff --git a/Gemfile b/Gemfile index cad22a9f..05fa146b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" -gem "therubyracer", ">= 0.8.0.pre3" +gem "therubyracer", ">= 0.8.0" gem "rspec" diff --git a/Gemfile.lock b/Gemfile.lock index d5003231..6c04ff4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,4 +17,4 @@ PLATFORMS DEPENDENCIES rspec - therubyracer (>= 0.8.0.pre3) + therubyracer (>= 0.8.0)