Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit e2baebf

Browse files
author
Andrej Jančič
committed
add gems to mock api
1 parent 5e9d759 commit e2baebf

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ group :development do
66
gem 'rake'
77
gem 'rspec'
88
end
9+
10+
group :test do
11+
gem 'rake'
12+
gem 'rspec'
13+
gem 'webmock'
14+
gem 'sinatra'
15+
gem 'pry'
16+
end

Gemfile.lock

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,38 @@ GEM
1313
i18n (~> 0.7)
1414
minitest (~> 5.1)
1515
tzinfo (~> 1.1)
16+
addressable (2.5.1)
17+
public_suffix (~> 2.0, >= 2.0.2)
18+
coderay (1.1.1)
1619
concurrent-ruby (1.0.4)
20+
crack (0.4.3)
21+
safe_yaml (~> 1.0.0)
1722
diff-lcs (1.2.5)
1823
faraday (0.10.1)
1924
multipart-post (>= 1.2, < 3)
25+
hashdiff (0.3.4)
2026
i18n (0.8.0)
2127
jwt (1.5.6)
28+
method_source (0.8.2)
2229
minitest (5.10.1)
2330
multi_json (1.12.1)
2431
multi_xml (0.6.0)
2532
multipart-post (2.0.0)
33+
mustermann (1.0.0)
2634
oauth2 (1.3.0)
2735
faraday (>= 0.8, < 0.11)
2836
jwt (~> 1.0)
2937
multi_json (~> 1.3)
3038
multi_xml (~> 0.5)
3139
rack (>= 1.2, < 3)
40+
pry (0.10.4)
41+
coderay (~> 1.1.0)
42+
method_source (~> 0.8.1)
43+
slop (~> 3.4)
44+
public_suffix (2.0.5)
3245
rack (2.0.1)
46+
rack-protection (2.0.0)
47+
rack
3348
rake (11.2.2)
3449
rspec (3.5.0)
3550
rspec-core (~> 3.5.0)
@@ -44,17 +59,32 @@ GEM
4459
diff-lcs (>= 1.2.0, < 2.0)
4560
rspec-support (~> 3.5.0)
4661
rspec-support (3.5.0)
62+
safe_yaml (1.0.4)
63+
sinatra (2.0.0)
64+
mustermann (~> 1.0)
65+
rack (~> 2.0)
66+
rack-protection (= 2.0.0)
67+
tilt (~> 2.0)
68+
slop (3.6.0)
4769
thread_safe (0.3.5)
70+
tilt (2.0.8)
4871
tzinfo (1.2.2)
4972
thread_safe (~> 0.1)
73+
webmock (3.0.1)
74+
addressable (>= 2.3.6)
75+
crack (>= 0.3.2)
76+
hashdiff
5077

5178
PLATFORMS
5279
ruby
5380

5481
DEPENDENCIES
5582
creatubbles!
83+
pry
5684
rake
5785
rspec
86+
sinatra
87+
webmock
5888

5989
BUNDLED WITH
60-
1.14.3
90+
1.15.3

0 commit comments

Comments
 (0)