Skip to content

Commit 7bc2688

Browse files
committed
Add i18n as test dependency
1 parent 498b296 commit 7bc2688

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gem 'oauth', '>= 0.3.6'
55
gem 'activesupport'
66

77
group :test do
8+
gem 'i18n' # For fixing undocumented active_support dependency
89
gem 'mocha'
910
gem 'shoulda'
1011
gem 'libxml-ruby'

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ GEM
33
specs:
44
activesupport (3.0.0)
55
builder (2.1.2)
6+
i18n (0.6.0)
67
libxml-ruby (1.1.4)
78
metaclass (0.0.1)
89
mocha (0.10.4)
@@ -16,6 +17,7 @@ PLATFORMS
1617
DEPENDENCIES
1718
activesupport
1819
builder (>= 2.1.2)
20+
i18n
1921
libxml-ruby
2022
mocha
2123
oauth (>= 0.3.6)

0 commit comments

Comments
 (0)