Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Remove rails 4.0.0.beta dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Smolen committed May 18, 2013
1 parent 113cfe8 commit b829fe8
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nopassword.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.0.0.beta"
s.add_dependency "rails", "~> 3.2.0"
s.add_dependency "browser"
s.add_dependency "geoip"
s.add_dependency "bcrypt-ruby", '~> 3.0.0'
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b829fe8

Please sign in to comment.