Skip to content

Commit

Permalink
downgrade to rails 4.0.0 for now, until we have the API. Oracle can't…
Browse files Browse the repository at this point in the history
… handle Rails 4.0.10 or higher
  • Loading branch information
caseywatts committed Oct 8, 2014
1 parent 634b677 commit b81a048
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
### Rails Default Gems ###

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.6'
gem 'rails', '4.0.0'

# Use SCSS for stylesheets
gem "sass-rails", "~> 4.0.3"
Expand Down
100 changes: 50 additions & 50 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,32 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.1.6)
actionpack (= 4.1.6)
actionview (= 4.1.6)
mail (~> 2.5, >= 2.5.4)
actionpack (4.1.6)
actionview (= 4.1.6)
activesupport (= 4.1.6)
actionmailer (4.0.0)
actionpack (= 4.0.0)
mail (~> 2.5.3)
actionpack (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.6)
activesupport (= 4.1.6)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.6)
activesupport (= 4.1.6)
builder (~> 3.1)
activerecord (4.1.6)
activemodel (= 4.1.6)
activesupport (= 4.1.6)
arel (~> 5.0.0)
activesupport (4.1.6)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
activemodel (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
activerecord (4.0.0)
activemodel (= 4.0.0)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.0)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
tzinfo (~> 0.3.37)
addressable (2.3.6)
arel (5.0.1.20140414130214)
arel (4.0.2)
ast (2.0.0)
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
Expand All @@ -62,7 +60,7 @@ GEM
sass (~> 3.0)
slim (>= 1.3.6, < 3.0)
terminal-table (~> 1.4)
builder (3.2.2)
builder (3.1.4)
cancancan (1.9.2)
capybara (2.4.3)
mime-types (>= 1.16)
Expand Down Expand Up @@ -119,7 +117,7 @@ GEM
hike (1.2.3)
hitimes (1.2.2)
i18n (0.6.11)
jbuilder (2.1.3)
jbuilder (2.2.2)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (3.1.2)
Expand All @@ -133,24 +131,26 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
mail (2.6.1)
mime-types (>= 1.16, < 3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.2)
mime-types (2.3)
mime-types (1.25.1)
mini_portile (0.6.0)
minitest (5.4.2)
minitest (4.7.5)
multi_json (1.10.1)
multipart-post (2.0.0)
mysql2 (0.3.16)
net-ldap (0.8.0)
netrc (0.7.7)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
octokit (3.3.1)
octokit (3.4.0)
sawyer (~> 0.5.3)
parser (2.2.0.pre.4)
parser (2.2.0.pre.5)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
polyglot (0.3.5)
powerpack (0.0.9)
pronto (0.3.3)
octokit (~> 3.2)
Expand All @@ -175,16 +175,14 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.1.6)
actionmailer (= 4.1.6)
actionpack (= 4.1.6)
actionview (= 4.1.6)
activemodel (= 4.1.6)
activerecord (= 4.1.6)
activesupport (= 4.1.6)
rails (4.0.0)
actionmailer (= 4.0.0)
actionpack (= 4.0.0)
activerecord (= 4.0.0)
activesupport (= 4.0.0)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.6)
sprockets-rails (~> 2.0)
railties (= 4.0.0)
sprockets-rails (~> 2.0.0)
rails_best_practices (1.15.4)
activesupport
awesome_print
Expand All @@ -195,9 +193,9 @@ GEM
json
require_all
ruby-progressbar
railties (4.1.6)
actionpack (= 4.1.6)
activesupport (= 4.1.6)
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.0.0)
Expand All @@ -215,7 +213,7 @@ GEM
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.4)
rspec-core (3.1.5)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
Expand Down Expand Up @@ -274,7 +272,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.1.4)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
Expand All @@ -286,10 +284,12 @@ GEM
tilt (1.4.1)
timers (4.0.1)
hitimes
turbolinks (2.3.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.4.0)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo (0.3.41)
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand Down Expand Up @@ -323,7 +323,7 @@ DEPENDENCIES
pronto-rails_best_practices
pronto-rubocop
pry
rails (= 4.1.6)
rails (= 4.0.0)
rspec-rails
ruby-oci8
rubycas-client!
Expand Down

0 comments on commit b81a048

Please sign in to comment.