File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -179,14 +179,15 @@ that case simply setup your *Gemfile* as:
179179
180180` ` ` ruby
181181gem 'activerecord', '~> 4.0.0'
182- gem 'activerecord-jdbc-adapter', '~> 1.3.0 ', platform: :jruby
182+ gem 'activerecord-jdbc-adapter', '~> 1.3.2 ', platform: :jruby
183183` ` `
184184
185185# ### Without Bundler
186186
187- Install the needed gems with JRuby :
187+ Install the needed gems with JRuby, for example :
188188
189- jruby -S gem install activerecord activerecord-jdbc-adapter
189+ gem install activerecord -v "~> 3.2.10"
190+ gem install activerecord-jdbc-adapter --ignore-dependencies
190191
191192If you wish to use the adapter for a specific database, you can install it
192193directly and the (jdbc-) driver gem (dependency) will be installed as well :
You can’t perform that action at this time.
0 commit comments