Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Don't declare dependency on gherkin. Closes #77.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 3, 2010
1 parent 1bb795c commit d2f7db6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,3 +1,13 @@
== 0.4.1 (2010-10-03)

=== Bugfixes
* Dependency conflict with cuke4duke 0.3.2, gherkin-2.1.4 and cucumber-0.9.0 ruby gem (#77 Aslak Hellesøy)

== 0.4.0 (2010-10-03)

=== New Features
* Completely rewrote the build system to use Bundler. (Aslak Hellesøy)

== 0.3.3 (2010-10-01)

=== Bugfixes
Expand Down
5 changes: 0 additions & 5 deletions cuke4duke/pom.xml
Expand Up @@ -16,11 +16,6 @@
<name>Cuke4Duke: Core</name>

<dependencies>
<dependency>
<groupId>gherkin</groupId>
<artifactId>gherkin</artifactId>
<version>2.2.5</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
Expand Down

0 comments on commit d2f7db6

Please sign in to comment.