Skip to content

Commit

Permalink
Upgraded to Ruby 2.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Feb 5, 2016
1 parent 13baec1 commit 4453f50
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 104 deletions.
28 changes: 15 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.2.5'
ruby '2.2.4'

gem 'rails'
gem 'sass'
gem 'sass-rails', '~> 5.0.4'
gem 'coffee-rails', '~> 4.1.0'
gem 'sass-rails'
gem 'coffee-rails'
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3.19', platforms: [:jruby]
gem 'jdbc-postgres', platform: :jruby
gem 'pg', platform: [:mri, :rbx]
gem 'jquery-rails', '~> 4.0.5'
gem 'grape', '~> 0.13.0'
gem 'uglifier', '~> 2.7.2'
gem 'zip-zip', '~> 0.3'
gem 'jquery-rails'
gem 'grape'
gem 'uglifier'
gem 'zip-zip'

group :development, :test do
gem 'rspec', '~> 3.4.0'
gem 'rspec-rails', '~> 3.4.0'
gem 'capybara', '~> 2.5.0'
gem 'selenium-webdriver', '~> 2.48.1'
gem 'rubocop', '~> 0.35.1'
gem 'nokogiri', '1.6.6.4'
gem 'rspec'
gem 'rspec-rails'
gem 'capybara'
gem 'selenium-webdriver'
gem 'rubocop'
gem 'nokogiri'
end
169 changes: 79 additions & 90 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,83 +1,78 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.5)
actionpack (= 4.2.5)
actionview (= 4.2.5)
activejob (= 4.2.5)
actionmailer (4.2.5.1)
actionpack (= 4.2.5.1)
actionview (= 4.2.5.1)
activejob (= 4.2.5.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.5)
actionview (= 4.2.5)
activesupport (= 4.2.5)
actionpack (4.2.5.1)
actionview (= 4.2.5.1)
activesupport (= 4.2.5.1)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5)
activesupport (= 4.2.5)
actionview (4.2.5.1)
activesupport (= 4.2.5.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.5)
activesupport (= 4.2.5)
activejob (4.2.5.1)
activesupport (= 4.2.5.1)
globalid (>= 0.3.0)
activemodel (4.2.5)
activesupport (= 4.2.5)
activemodel (4.2.5.1)
activesupport (= 4.2.5.1)
builder (~> 3.1)
activerecord (4.2.5)
activemodel (= 4.2.5)
activesupport (= 4.2.5)
activerecord (4.2.5.1)
activemodel (= 4.2.5.1)
activesupport (= 4.2.5.1)
arel (~> 6.0)
activerecord-jdbc-adapter (1.3.19)
activerecord (>= 2.2)
activerecord-jdbcsqlite3-adapter (1.3.19)
activerecord-jdbc-adapter (~> 1.3.19)
jdbc-sqlite3 (>= 3.7.2, < 3.9)
activesupport (4.2.5)
activesupport (4.2.5.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
arel (6.0.3)
ast (2.1.0)
astrolabe (1.3.1)
parser (~> 2.2)
ast (2.2.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
builder (3.2.2)
capybara (2.5.0)
capybara (2.6.2)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.8)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
coffee-rails (4.1.0)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.0)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.2.5)
equalizer (0.0.11)
erubis (2.7.0)
execjs (2.6.0)
ffi (1.9.10)
ffi (1.9.10-java)
globalid (0.3.6)
activesupport (>= 4.1.0)
grape (0.13.0)
grape (0.14.0)
activesupport
builder
hashie (>= 2.1.0)
Expand All @@ -89,29 +84,25 @@ GEM
virtus (>= 1.0.0)
hashie (3.4.3)
i18n (0.7.0)
ice_nine (0.11.1)
jdbc-postgres (9.4.1204)
jdbc-sqlite3 (3.8.11.2)
jquery-rails (4.0.5)
ice_nine (0.11.2)
jquery-rails (4.1.0)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json (1.8.3-java)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.99)
mini_portile (0.6.2)
minitest (5.8.3)
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.11.2)
multi_xml (0.5.5)
nokogiri (1.6.6.4)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.4-java)
parser (2.2.3.0)
ast (>= 1.1, < 3.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
parser (2.3.0.2)
ast (~> 2.2)
pg (0.18.4)
powerpack (0.1.1)
rack (1.6.4)
Expand All @@ -121,45 +112,45 @@ GEM
rack (>= 1.0.0)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.5)
actionmailer (= 4.2.5)
actionpack (= 4.2.5)
actionview (= 4.2.5)
activejob (= 4.2.5)
activemodel (= 4.2.5)
activerecord (= 4.2.5)
activesupport (= 4.2.5)
rails (4.2.5.1)
actionmailer (= 4.2.5.1)
actionpack (= 4.2.5.1)
actionview (= 4.2.5.1)
activejob (= 4.2.5.1)
activemodel (= 4.2.5.1)
activerecord (= 4.2.5.1)
activesupport (= 4.2.5.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.5)
railties (= 4.2.5.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (4.2.5)
actionpack (= 4.2.5)
activesupport (= 4.2.5)
railties (4.2.5.1)
actionpack (= 4.2.5.1)
activesupport (= 4.2.5.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.0.0)
rake (10.4.2)
rainbow (2.1.0)
rake (10.5.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.1)
rspec-core (3.4.2)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.0)
rspec-rails (3.4.2)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
Expand All @@ -168,43 +159,42 @@ GEM
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.35.1)
astrolabe (~> 1.3)
parser (>= 2.2.3.0, < 3.0)
rubocop (0.37.0)
parser (>= 2.3.0.2, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
tins (<= 1.6.0)
unicode-display_width (~> 0.3)
ruby-progressbar (1.7.5)
rubyzip (1.1.7)
sass (3.4.19)
sass (3.4.21)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (2.48.1)
selenium-webdriver (2.50.0)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0)
sprockets (3.4.1)
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sprockets-rails (3.0.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.5-java)
tilt (2.0.1)
tins (1.6.0)
tilt (2.0.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicode-display_width (0.3.1)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
Expand All @@ -217,27 +207,26 @@ GEM
rubyzip (>= 1.0.0)

PLATFORMS
java
ruby

DEPENDENCIES
activerecord-jdbcsqlite3-adapter (~> 1.3.19)
capybara (~> 2.5.0)
coffee-rails (~> 4.1.0)
grape (~> 0.13.0)
capybara
coffee-rails
grape
jdbc-postgres
jquery-rails (~> 4.0.5)
nokogiri (= 1.6.6.4)
jquery-rails
nokogiri
pg
rails (~> 4.2.5)
rspec (~> 3.4.0)
rspec-rails (~> 3.4.0)
rubocop (~> 0.35.1)
rails
rspec
rspec-rails
rubocop
sass
sass-rails (~> 5.0.4)
selenium-webdriver (~> 2.48.1)
uglifier (~> 2.7.2)
zip-zip (~> 0.3)
sass-rails
selenium-webdriver
uglifier
zip-zip

BUNDLED WITH
1.10.6
1.11.2
2 changes: 1 addition & 1 deletion app/api/acme/raise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Acme
class Raise < Grape::API
desc 'Raises an exception.'
get :raise do
fail 'Unexpected error.'
raise 'Unexpected error.'
end
end
end

0 comments on commit 4453f50

Please sign in to comment.