We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c343f9 + 0ffce34 commit a5f4b62Copy full SHA for a5f4b62
3 files changed
.ruby-version
@@ -1 +1 @@
1
-3.2.3
+3.4.5
Gemfile
@@ -1,7 +1,9 @@
source 'https://rubygems.org'
2
3
-gem 'rake'
+gem 'csv'
4
+gem 'nkf'
5
+gem 'nokogiri'
6
gem 'pry'
-gem 'sqlite3'
7
+gem 'rake'
8
gem 'rubyzip'
-gem 'nokogiri'
9
+gem 'sqlite3'
Gemfile.lock
@@ -2,8 +2,10 @@ GEM
remote: https://rubygems.org/
specs:
coderay (1.1.3)
+ csv (3.3.5)
method_source (1.1.0)
mini_portile2 (2.8.9)
+ nkf (0.2.0)
nokogiri (1.18.9)
10
mini_portile2 (~> 2.8.2)
11
racc (~> 1.4)
@@ -20,11 +22,13 @@ PLATFORMS
20
22
ruby
21
23
24
DEPENDENCIES
25
+ csv
26
+ nkf
27
nokogiri
28
pry
29
rake
30
rubyzip
31
sqlite3
32
33
BUNDLED WITH
- 2.4.21
34
+ 2.7.1
0 commit comments