forked from rsim/oracle-enhanced
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
23 lines (18 loc) · 724 Bytes
/
Gemfile
File metadata and controls
23 lines (18 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
source 'http://rubygems.org'
group :development do
gem 'jeweler', '~> 2.0'
gem 'rspec', '~> 2.4'
gem 'rdoc'
gem 'activerecord', github: 'rails/rails', branch: '4-2-stable'
gem 'activemodel', github: 'rails/rails', branch: '4-2-stable'
gem 'activesupport', github: 'rails/rails', branch: '4-2-stable'
gem 'actionpack', github: 'rails/rails', branch: '4-2-stable'
gem 'railties', github: 'rails/rails', branch: '4-2-stable'
gem 'arel', github: 'rails/arel', branch: '6-0-stable'
gem 'journey', github: 'rails/journey'
gem 'activerecord-deprecated_finders'
gem 'ruby-plsql', '>=0.5.0'
platforms :ruby do
gem 'ruby-oci8', github: 'kubo/ruby-oci8'
end
end