We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbfc4f5 + 20e2a22 commit 3050f7cCopy full SHA for 3050f7c
ruby/Gemfile
@@ -1,4 +1,4 @@
1
source "https://rubygems.org"
2
3
-gem "business", "~> 1.0.0"
+gem "business", "~> 2.3.0"
4
gem "uk_phone_numbers", "~> 0.1.0"
ruby/Gemfile.lock
@@ -1,14 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
- business (1.0.0)
+ business (2.3.0)
5
uk_phone_numbers (0.1.0)
6
7
PLATFORMS
8
ruby
9
10
DEPENDENCIES
11
- business (~> 1.0.0)
+ business (~> 2.3.0)
12
uk_phone_numbers (~> 0.1.0)
13
14
BUNDLED WITH
0 commit comments