jlong / serve

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.
http://get-serve.com
Other
836 stars 90 forks source link

Circular reference warning with Ruby 2.2 #124

Open mattheworiordan opened 9 years ago

mattheworiordan commented 9 years ago

Unfortunately with Ruby 2.2 and ActiveSupport 3.2.19 (used in latest 1.5.2 Gem release) or 3.2.21 (used on Github master branch) the following warning is shown with Ruby 2.2:

/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-3.2.21/lib/active_support/values/time_zone.rb:270: warning: circular argument reference - now

It would be great to get this warning removed by upgrading to a later version of ActiveSupport if possible.

michaelglass commented 2 years ago

This worked for me when I added gem 'bigdecimal', '~> 1.4.4' to my gemfile