diff --git a/full-examples/rest_from_scratch/part_3/config/environment.rb b/full-examples/rest_from_scratch/part_3/config/environment.rb index a0b3e6c3..ad0804fe 100644 --- a/full-examples/rest_from_scratch/part_3/config/environment.rb +++ b/full-examples/rest_from_scratch/part_3/config/environment.rb @@ -19,7 +19,7 @@ # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" # config.gem "sqlite3-ruby", :lib => "sqlite3" # config.gem "aws-s3", :lib => "aws/s3" - config.gem "restfulie", :version => ">=0.8.1" + config.gem "restfulie", :version => ">=0.8.2" # Only load the plugins named here, in the order given (default is alphabetical). # :all can be used as a placeholder for all plugins not explicitly named