Skip to content

Commit

Permalink
Update ActiveRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Dec 2, 2017
1 parent 6c9d1ed commit 29e2f75
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gem "rake"
gem "sinatra-contrib"
gem "haml", "4.0.7"
gem "activerecord", "~> 4.2.0", :require => "active_record"
gem "activerecord", "~> 4.2", :require => "active_record"
gem "daemons"
gem "delayed_job"
gem "delayed_job_active_record"
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.7.1)
activesupport (= 4.2.7.1)
activemodel (4.2.10)
activesupport (= 4.2.10)
builder (~> 3.1)
activerecord (4.2.7.1)
activemodel (= 4.2.7.1)
activesupport (= 4.2.7.1)
activerecord (4.2.10)
activemodel (= 4.2.10)
activesupport (= 4.2.10)
arel (~> 6.0)
activesupport (4.2.7.1)
activesupport (4.2.10)
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)
arel (6.0.4)
backports (3.6.8)
builder (3.2.2)
builder (3.2.3)
capybara (2.7.1)
addressable
mime-types (>= 1.16)
Expand All @@ -32,6 +31,7 @@ GEM
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
coderay (1.1.1)
concurrent-ruby (1.0.5)
daemons (1.2.4)
database_cleaner (1.5.3)
delayed_job (4.1.2)
Expand All @@ -48,21 +48,21 @@ GEM
http_router (0.11.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.7.0)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
i18n-env-config (0.0.1)
i18n (~> 0.5)
itunes_store_transporter (0.2.0)
childprocess (~> 0.3.2)
optout (~> 0.0.2)
json (1.8.3)
kramdown (1.13.0)
launchy (2.4.3)
addressable (~> 2.3)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (2.99.1)
mini_portile2 (2.0.0)
minitest (5.9.1)
minitest (5.10.3)
moneta (0.7.20)
multi_json (1.12.0)
nokogiri (1.6.7.2)
Expand Down Expand Up @@ -148,9 +148,9 @@ GEM
tilt (>= 1.3, < 3)
sqlite3 (1.3.12)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (1.4.1)
tzinfo (1.2.2)
tzinfo (1.2.4)
thread_safe (~> 0.1)
url_mount (0.2.1)
rack
Expand All @@ -168,7 +168,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 4.2.0)
activerecord (~> 4.2)
capybara-screenshot
coderay
daemons
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://secure.travis-ci.org/sshaw/itunes_store_transporter_web.svg)](https://secure.travis-ci.org/sshaw/itunes_store_transporter_web)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/cgv9vi00y0hao3tx?svg=true)](https://ci.appveyor.com/project/sshaw/itunes-store-transporter-web)
[![Code Climate](https://codeclimate.com/github/sshaw/itunes_store_transporter_web/badges/gpa.svg)](https://codeclimate.com/github/sshaw/itunes_store_transporter_web)
[![Maintainability](https://api.codeclimate.com/v1/badges/5bd1ae31776ceb7977f0/maintainability)](https://codeclimate.com/github/sshaw/itunes_store_transporter_web/maintainability)

GUI for the iTunes Store's Transporter (iTMSTransporter)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby-1.9.3.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 4.2.0)
activerecord (~> 4.2)
capybara-screenshot
coderay
daemons
Expand Down

0 comments on commit 29e2f75

Please sign in to comment.