Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit bdf8a6a

Browse files
authored
Merge pull request #736 from Data-Liberation-Front/dependabot/bundler/csvlint-1.2.0
Bump csvlint from 1.1.0 to 1.2.0
2 parents 4d4fa23 + 13a6e69 commit bdf8a6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ gem 'bootstrap-kaminari-views', '~> 0.0'
8181
gem 'data_kitten', git: 'https://github.com/Data-Liberation-Front/data_kitten.git', ref: "e343510bd15e3329c1f2fab35035e248195348be", require: false
8282
gem 'rubyzip', '~> 2.3'
8383

84-
gem 'csvlint', '~> 1.1'
84+
gem 'csvlint', '~> 1.2'
8585
gem 'datapackage', '0.0.4' # temporarily pinned to avoid breaking the build
8686
gem 'rest-client', '~> 2.0'
8787

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
execjs
128128
coffee-script-source (1.12.2)
129129
colorize (0.8.1)
130-
concurrent-ruby (1.1.10)
130+
concurrent-ruby (1.2.2)
131131
connection_pool (2.3.0)
132132
coveralls (0.8.23)
133133
json (>= 1.8, < 3)
@@ -138,7 +138,7 @@ GEM
138138
crack (0.4.5)
139139
rexml
140140
crass (1.0.6)
141-
csvlint (1.1.0)
141+
csvlint (1.2.0)
142142
activesupport
143143
addressable
144144
escape_utils
@@ -487,7 +487,7 @@ GEM
487487
mime-types-data (3.2022.0105)
488488
mini_mime (1.0.2)
489489
mini_portile2 (2.8.1)
490-
minitest (5.17.0)
490+
minitest (5.18.0)
491491
mongoid (5.1.6)
492492
activemodel (~> 4.0)
493493
mongo (~> 2.1)
@@ -748,7 +748,7 @@ GEM
748748
turbolinks-source (5.2.0)
749749
typhoeus (1.4.0)
750750
ethon (>= 0.9.0)
751-
tzinfo (1.2.10)
751+
tzinfo (1.2.11)
752752
thread_safe (~> 0.1)
753753
uglifier (4.2.0)
754754
execjs (>= 0.3.0, < 3)
@@ -787,7 +787,7 @@ DEPENDENCIES
787787
cloudflare (~> 2.1)
788788
coffee-rails (~> 4.2)
789789
coveralls (~> 0.8)
790-
csvlint (~> 1.1)
790+
csvlint (~> 1.2)
791791
cucumber-api-steps!
792792
cucumber-rails (~> 1.4)
793793
data_kitten!

0 commit comments

Comments
 (0)