Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 32708ce

Browse files
feldpostdatanoise
authored andcommitted
Update dependencies
Signed-off-by: datanoise <[email protected]>
1 parent 05c03b4 commit 32708ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/action_web_service.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
require 'active_record'
2828
rescue LoadError
2929
require 'rubygems'
30-
gem 'activesupport', '>= 2.1.0'
31-
gem 'actionpack', '>= 2.1.0'
32-
gem 'activerecord', '>= 2.1.0'
30+
gem 'activesupport', '>= 2.3.0'
31+
gem 'actionpack', '>= 2.3.0'
32+
gem 'activerecord', '>= 2.3.0'
3333
end
3434

3535
$:.unshift(File.dirname(__FILE__) + "/action_web_service/vendor/")

0 commit comments

Comments
 (0)