We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498b296 commit 7bc2688Copy full SHA for 7bc2688
Gemfile
@@ -5,6 +5,7 @@ gem 'oauth', '>= 0.3.6'
5
gem 'activesupport'
6
7
group :test do
8
+ gem 'i18n' # For fixing undocumented active_support dependency
9
gem 'mocha'
10
gem 'shoulda'
11
gem 'libxml-ruby'
Gemfile.lock
@@ -3,6 +3,7 @@ GEM
3
specs:
4
activesupport (3.0.0)
builder (2.1.2)
+ i18n (0.6.0)
libxml-ruby (1.1.4)
metaclass (0.0.1)
mocha (0.10.4)
@@ -16,6 +17,7 @@ PLATFORMS
16
17
DEPENDENCIES
18
activesupport
19
builder (>= 2.1.2)
20
+ i18n
21
libxml-ruby
22
mocha
23
oauth (>= 0.3.6)
0 commit comments