Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 5527d22

Browse files

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem 'equivalent-xml', '~> 0.6.0'
2525

2626
gem 'jquery-rails', '~> 4.3.1'
2727
gem 'rails_autolink', '~> 1.1.6'
28-
gem 'qa', '~> 1.1.0'
28+
gem 'qa', '~> 1.2.0'
2929
gem 'sprockets', '~> 2.12.4' # locked
3030
gem 'rack-dev-mark', '~> 0.7.5'
3131

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
activemodel (= 4.2.10)
5858
activesupport (= 4.2.10)
5959
arel (~> 6.0)
60-
activerecord-import (0.18.3)
60+
activerecord-import (0.25.0)
6161
activerecord (>= 3.2)
6262
activerecord-postgresql-adapter (0.0.1)
6363
pg
@@ -132,7 +132,7 @@ GEM
132132
tins (~> 1.6)
133133
crass (1.0.4)
134134
daemons (1.2.3)
135-
deprecation (0.2.2)
135+
deprecation (0.99.0)
136136
activesupport
137137
devise (3.5.6)
138138
bcrypt (~> 3.0)
@@ -149,7 +149,7 @@ GEM
149149
nokogiri (>= 1.4.3)
150150
erubis (2.7.0)
151151
execjs (2.6.0)
152-
faraday (0.12.1)
152+
faraday (0.15.2)
153153
multipart-post (>= 1.2, < 3)
154154
fastercsv (1.5.5)
155155
ffi (1.9.10)
@@ -262,7 +262,7 @@ GEM
262262
coderay (~> 1.1.0)
263263
method_source (~> 0.8.1)
264264
slop (~> 3.4)
265-
qa (1.1.0)
265+
qa (1.2.0)
266266
activerecord-import
267267
deprecation
268268
faraday
@@ -466,7 +466,7 @@ DEPENDENCIES
466466
pg (~> 0.18.2)
467467
poltergeist (= 1.15.0)
468468
pry (~> 0.10.4)
469-
qa (~> 1.1.0)
469+
qa (~> 1.2.0)
470470
rack-dev-mark (~> 0.7.5)
471471
rails (~> 4.2.10)
472472
rails_autolink (~> 1.1.6)

0 commit comments

Comments
 (0)