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.
1 parent 41c1ec9 commit 2754893Copy full SHA for 2754893
Gemfile
@@ -1,5 +1,3 @@
1
source 'http://rubygems.org'
2
3
-gem 'httparty'
4
-gem 'addressable'
5
gem 'rspec'
Gemfile.lock
@@ -1,13 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
- addressable (2.3.4)
diff-lcs (1.2.2)
6
- httparty (0.11.0)
7
- multi_json (~> 1.0)
8
- multi_xml (>= 0.5.2)
9
- multi_json (1.7.3)
10
- multi_xml (0.5.3)
11
rspec (2.13.0)
12
rspec-core (~> 2.13.0)
13
rspec-expectations (~> 2.13.0)
@@ -21,6 +15,4 @@ PLATFORMS
21
15
ruby
22
16
23
17
DEPENDENCIES
24
- addressable
25
- httparty
26
18
rspec
0 commit comments