Skip to content

Commit 0cb9f52

Browse files
authored
Adding gemfile.lock (#132)
* Adding gemfile.lock We’ve gone back and forth on this, but this is rquired for Snyk, so adding it back in * testing circle ci bundler
1 parent 7d58d6b commit 0cb9f52

File tree

3 files changed

+180
-3
lines changed

3 files changed

+180
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
keys:
3131
- gems-v2-{{ checksum "Gemfile" }}
3232
- gems-v2-
33-
- run: bundle check || bundle install
33+
- run: |
34+
echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV
35+
source $BASH_ENV
36+
gem install bundler
37+
bundle check || bundle install
3438
- save_cache:
3539
key: gems-v2--{{ checksum "Gemfile" }}
3640
paths:

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ tmp/
1010
## Environment normalization:
1111
/.bundle
1212
/vendor/bundle
13-
14-
Gemfile.lock

Gemfile.lock

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
PATH
2+
remote: .
3+
specs:
4+
omniauth-auth0 (3.0.0)
5+
omniauth (~> 2.0)
6+
omniauth-oauth2 (~> 1.7)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
addressable (2.7.0)
12+
public_suffix (>= 2.0.2, < 5.0)
13+
ast (2.4.2)
14+
codecov (0.5.2)
15+
simplecov (>= 0.15, < 0.22)
16+
coderay (1.1.3)
17+
crack (0.4.5)
18+
rexml
19+
daemons (1.4.0)
20+
diff-lcs (1.4.4)
21+
docile (1.3.5)
22+
dotenv (2.7.6)
23+
eventmachine (1.2.7)
24+
faraday (1.4.1)
25+
faraday-excon (~> 1.1)
26+
faraday-net_http (~> 1.0)
27+
faraday-net_http_persistent (~> 1.1)
28+
multipart-post (>= 1.2, < 3)
29+
ruby2_keywords (>= 0.0.4)
30+
faraday-excon (1.1.0)
31+
faraday-net_http (1.0.1)
32+
faraday-net_http_persistent (1.1.0)
33+
ffi (1.15.0)
34+
formatador (0.2.5)
35+
gem-release (2.2.1)
36+
guard (2.16.2)
37+
formatador (>= 0.2.4)
38+
listen (>= 2.7, < 4.0)
39+
lumberjack (>= 1.0.12, < 2.0)
40+
nenv (~> 0.1)
41+
notiffany (~> 0.0)
42+
pry (>= 0.9.12)
43+
shellany (~> 0.0)
44+
thor (>= 0.18.1)
45+
guard-compat (1.2.1)
46+
guard-rspec (4.7.3)
47+
guard (~> 2.1)
48+
guard-compat (~> 1.1)
49+
rspec (>= 2.99.0, < 4.0)
50+
hashdiff (1.0.1)
51+
hashie (4.1.0)
52+
jwt (2.2.3)
53+
listen (3.5.1)
54+
rb-fsevent (~> 0.10, >= 0.10.3)
55+
rb-inotify (~> 0.9, >= 0.9.10)
56+
lumberjack (1.2.8)
57+
method_source (1.0.0)
58+
multi_json (1.15.0)
59+
multi_xml (0.6.0)
60+
multipart-post (2.1.1)
61+
mustermann (1.1.1)
62+
ruby2_keywords (~> 0.0.1)
63+
nenv (0.3.0)
64+
notiffany (0.1.3)
65+
nenv (~> 0.1)
66+
shellany (~> 0.0)
67+
oauth2 (1.4.7)
68+
faraday (>= 0.8, < 2.0)
69+
jwt (>= 1.0, < 3.0)
70+
multi_json (~> 1.3)
71+
multi_xml (~> 0.5)
72+
rack (>= 1.2, < 3)
73+
omniauth (2.0.4)
74+
hashie (>= 3.4.6)
75+
rack (>= 1.6.2, < 3)
76+
rack-protection
77+
omniauth-oauth2 (1.7.1)
78+
oauth2 (~> 1.4)
79+
omniauth (>= 1.9, < 3)
80+
parallel (1.20.1)
81+
parser (3.0.1.1)
82+
ast (~> 2.4.1)
83+
pry (0.14.1)
84+
coderay (~> 1.1)
85+
method_source (~> 1.0)
86+
public_suffix (4.0.6)
87+
rack (2.2.3)
88+
rack-protection (2.1.0)
89+
rack
90+
rack-test (1.1.0)
91+
rack (>= 1.0, < 3)
92+
rainbow (3.0.0)
93+
rake (13.0.3)
94+
rb-fsevent (0.11.0)
95+
rb-inotify (0.10.1)
96+
ffi (~> 1.0)
97+
regexp_parser (2.1.1)
98+
rexml (3.2.5)
99+
rspec (3.10.0)
100+
rspec-core (~> 3.10.0)
101+
rspec-expectations (~> 3.10.0)
102+
rspec-mocks (~> 3.10.0)
103+
rspec-core (3.10.1)
104+
rspec-support (~> 3.10.0)
105+
rspec-expectations (3.10.1)
106+
diff-lcs (>= 1.2.0, < 2.0)
107+
rspec-support (~> 3.10.0)
108+
rspec-mocks (3.10.2)
109+
diff-lcs (>= 1.2.0, < 2.0)
110+
rspec-support (~> 3.10.0)
111+
rspec-support (3.10.2)
112+
rubocop (1.14.0)
113+
parallel (~> 1.10)
114+
parser (>= 3.0.0.0)
115+
rainbow (>= 2.2.2, < 4.0)
116+
regexp_parser (>= 1.8, < 3.0)
117+
rexml
118+
rubocop-ast (>= 1.5.0, < 2.0)
119+
ruby-progressbar (~> 1.7)
120+
unicode-display_width (>= 1.4.0, < 3.0)
121+
rubocop-ast (1.5.0)
122+
parser (>= 3.0.1.1)
123+
ruby-progressbar (1.11.0)
124+
ruby2_keywords (0.0.4)
125+
shellany (0.0.1)
126+
shotgun (0.9.2)
127+
rack (>= 1.0)
128+
simplecov (0.21.2)
129+
docile (~> 1.1)
130+
simplecov-html (~> 0.11)
131+
simplecov_json_formatter (~> 0.1)
132+
simplecov-html (0.12.3)
133+
simplecov_json_formatter (0.1.3)
134+
sinatra (2.1.0)
135+
mustermann (~> 1.0)
136+
rack (~> 2.2)
137+
rack-protection (= 2.1.0)
138+
tilt (~> 2.0)
139+
thin (1.8.0)
140+
daemons (~> 1.0, >= 1.0.9)
141+
eventmachine (~> 1.0, >= 1.0.4)
142+
rack (>= 1, < 3)
143+
thor (1.1.0)
144+
tilt (2.0.10)
145+
unicode-display_width (2.0.0)
146+
webmock (3.12.2)
147+
addressable (>= 2.3.6)
148+
crack (>= 0.3.2)
149+
hashdiff (>= 0.4.0, < 2.0.0)
150+
151+
PLATFORMS
152+
x86_64-darwin-20
153+
154+
DEPENDENCIES
155+
bundler
156+
codecov
157+
dotenv
158+
gem-release
159+
guard-rspec
160+
jwt
161+
listen (~> 3)
162+
omniauth-auth0!
163+
pry
164+
rack-test
165+
rake
166+
rspec (~> 3.5)
167+
rubocop
168+
shotgun
169+
simplecov
170+
sinatra
171+
thin
172+
webmock
173+
174+
BUNDLED WITH
175+
2.2.3

0 commit comments

Comments
 (0)